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 #191

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.6
idna==3.7
# via requests
lxml==5.1.0
lxml==5.2.1
# via -r requirements/base.in
requests==2.31.0
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
black==24.3.0
black==24.4.0
# via -r requirements/quality.txt
cachetools==5.3.3
# via tox
Expand Down Expand Up @@ -35,21 +35,21 @@ exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
flake8==7.0.0
# via -r requirements/quality.txt
idna==3.6
idna==3.7
# via
# -r requirements/quality.txt
# requests
iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
lxml==5.1.0
lxml==5.2.1
# via -r requirements/quality.txt
mccabe==0.7.0
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/ci.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/quality.txt
# black
Expand Down
22 changes: 12 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
black==24.3.0
backports-tarfile==1.1.0
# via jaraco-context
black==24.4.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 @@ -63,7 +65,7 @@ exceptiongroup==1.2.0
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -72,7 +74,7 @@ flake8==7.0.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
idna==3.6
idna==3.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -90,19 +92,19 @@ 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
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.0.0
keyring==25.1.0
# via twine
lxml==5.1.0
lxml==5.2.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -163,7 +165,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 Expand Up @@ -230,7 +232,7 @@ tox==4.14.2
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
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/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
black==24.3.0
black==24.4.0
# via -r requirements/quality.in
certifi==2024.2.2
# via
Expand All @@ -26,15 +26,15 @@ exceptiongroup==1.2.0
# pytest
flake8==7.0.0
# via -r requirements/quality.in
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
lxml==5.1.0
lxml==5.2.1
# via -r requirements/test.txt
mccabe==0.7.0
# via flake8
Expand Down Expand Up @@ -74,7 +74,7 @@ tomli==2.0.1
# black
# coverage
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via black
urllib3==2.2.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ coverage[toml]==7.4.4
# pytest-cov
exceptiongroup==1.2.0
# via pytest
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
iniconfig==2.0.0
# via pytest
lxml==5.1.0
lxml==5.2.1
# via -r requirements/base.txt
packaging==24.0
# via pytest
Expand Down
Loading