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

security updates #25

Merged
merged 1 commit into from
May 21, 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
32 changes: 16 additions & 16 deletions requirements-dev.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
backports-tarfile==1.0.0
backports-tarfile==1.1.1
# via jaraco-context
build==1.2.1
# via
Expand All @@ -22,11 +22,11 @@ click==8.1.7
# via pip-tools
distlib==0.3.8
# via virtualenv
docutils==0.21.1
docutils==0.21.2
# via readme-renderer
filelock==3.13.4
filelock==3.14.0
# via virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.7
# via requests
Expand All @@ -40,9 +40,9 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
keyring==25.1.0
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -64,17 +64,17 @@ pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.2
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
pre-commit==3.7.1
# via -r requirements-dev.in
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
Expand All @@ -84,7 +84,7 @@ pyyaml==6.0.1
# via pre-commit
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.1
# via
# -r requirements.in
# requests-toolbelt
Expand All @@ -95,23 +95,23 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
twine==5.0.0
twine==5.1.0
# via -r requirements-dev.in
urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.1
virtualenv==20.26.2
# via pre-commit
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.2.0
setuptools==70.0.0
# via
# nodeenv
# pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via requests
idna==3.7
# via requests
requests==2.31.0
requests==2.32.1
# via -r requirements.in
urllib3==2.2.1
# via requests
Loading