Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilmanAIDENTIFIED committed Nov 21, 2023
1 parent 5f43df5 commit d186175
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
56 changes: 26 additions & 30 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,25 @@
#
appdirs==1.4.4
# via -r requirements.in
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via
# -r requirements-dev.in
# pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via requests
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via pip-tools
distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via readme-renderer
filelock==3.12.2
filelock==3.13.1
# via virtualenv
identify==2.5.26
identify==2.5.32
# via pre-commit
idna==3.4
# via requests
Expand All @@ -38,41 +36,43 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
# via keyring
keyring==24.2.0
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# build
# pytest
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements-dev.in
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.11.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pre-commit==3.3.3
pre-commit==3.5.0
# via -r requirements-dev.in
pygments==2.15.1
pygments==2.17.1
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.3
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
readme-renderer==40.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -83,29 +83,25 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.7.0
# via twine
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements-dev.in
urllib3==2.0.4
urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.6
# via pre-commit
webencodings==0.5.1
# via bleach
wheel==0.41.0
wheel==0.41.3
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via pip-tools
setuptools==68.0.0
setuptools==69.0.1
# via
# nodeenv
# pip-tools
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
appdirs==1.4.4
# via -r requirements.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
idna==3.4
# via requests
requests==2.31.0
# via -r requirements.in
urllib3==2.0.4
urllib3==2.1.0
# via requests

0 comments on commit d186175

Please sign in to comment.