Skip to content

Update python dependencies with security vulnerabilities #1616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
certifi==2025.1.31
certifi==2025.7.14
# via requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
configargparse==1.7
configargparse==1.7.1
# via xml2rfc
google-i18n-address==3.1.1
# via xml2rfc
Expand All @@ -18,27 +18,27 @@ intervaltree==3.1.0
# via xml2rfc
jinja2==3.1.6
# via xml2rfc
lxml==5.3.1
lxml==6.0.0
# via xml2rfc
markupsafe==3.0.2
# via jinja2
platformdirs==4.3.6
platformdirs==4.3.8
# via xml2rfc
pycountry==24.6.1
# via xml2rfc
pyyaml==6.0.2
# via xml2rfc
requests==2.32.3
requests==2.32.4
# via
# google-i18n-address
# xml2rfc
sortedcontainers==2.4.0
# via intervaltree
urllib3==2.3.0
urllib3==2.5.0
# via requests
wcwidth==0.2.13
# via xml2rfc
xml2rfc==3.28.0
xml2rfc==3.30.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading