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

Bump requirements #34

Merged
merged 1 commit into from
Jul 12, 2024
Merged
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
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build==1.2.1
# via
# -r requirements-dev.in
# pip-tools
certifi==2024.6.2
certifi==2024.7.4
# via requests
cfgv==3.4.0
# via pre-commit
Expand All @@ -24,13 +24,13 @@ distlib==0.3.8
# via virtualenv
docutils==0.21.2
# via readme-renderer
filelock==3.15.1
filelock==3.15.4
# via virtualenv
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via
# keyring
# twine
Expand All @@ -52,7 +52,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
nodeenv==1.9.1
# via pre-commit
Expand All @@ -62,7 +62,7 @@ packaging==24.1
# pytest
pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via virtualenv
Expand All @@ -82,7 +82,7 @@ pytest==7.4.4
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
Expand All @@ -95,21 +95,21 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
twine==5.1.0
twine==5.1.1
# via -r requirements-dev.in
urllib3==2.2.2
# via
# requests
# twine
virtualenv==20.26.2
virtualenv==20.26.3
# via pre-commit
wheel==0.43.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.2
# via pip-tools
setuptools==70.0.0
setuptools==70.3.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via -r requirements.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
Loading