Skip to content
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

Python Requirements Update #187

Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.3.2
# via requests
idna==3.6
# via requests
lxml==5.1.0
lxml==5.2.0
# via -r requirements/base.in
requests==2.31.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
lxml==5.1.0
lxml==5.2.0
# via -r requirements/quality.txt
mccabe==0.7.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==24.3.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
build==1.1.1
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -90,7 +90,7 @@ iniconfig==2.0.0
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
Expand All @@ -100,9 +100,9 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.0.0
keyring==25.1.0
# via twine
lxml==5.1.0
lxml==5.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -163,7 +163,7 @@ pycodestyle==2.11.1
# -r requirements/ci.txt
# -r requirements/quality.txt
# flake8
pycparser==2.21
pycparser==2.22
# via cffi
pyflakes==3.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
lxml==5.1.0
lxml==5.2.0
# via -r requirements/test.txt
mccabe==0.7.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
lxml==5.1.0
lxml==5.2.0
# via -r requirements/base.txt
packaging==24.0
# via pytest
Expand Down
Loading