Skip to content

Commit

Permalink
Update requirements, certifi advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Aug 17, 2023
1 parent 887169d commit f1c0be7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Pygments==2.15.1
black==23.3.0
Pygments==2.16.1
black==23.7.0
bleach==6.0.0
build==0.10.0
cffi==1.15.1
click==8.1.3
click==8.1.6
cmarkgfm==2022.10.27
coverage==7.2.7
coverage==7.3.0
docutils==0.20.1
importlib-metadata==6.7.0
importlib-metadata==6.8.0
iniconfig==2.0.0
isort==5.12.0
jaraco.classes==3.2.3
jaraco.classes==3.3.0
keyring==24.2.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==9.1.0
more-itertools==10.1.0
mypy-extensions==1.0.0
packaging==23.1
pathspec==0.11.1
pathspec==0.11.2
pkginfo==1.9.6
platformdirs==3.8.0
platformdirs==3.10.0
pluggy==1.2.0
pycparser==2.21
pyflakes==3.0.1
pyflakes==3.1.0
pyproject_hooks==1.0.0
pytest-cov==4.1.0
pytest-network==0.0.1
Expand All @@ -32,7 +32,7 @@ readme-renderer==40.0
requests-mock==1.11.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.4.2
rich==13.5.2
twine==4.0.2
webencodings==0.5.1
zipp==3.15.0
zipp==3.16.2
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0
certifi==2023.5.7
charset-normalizer==3.1.0
dnspython==2.3.0
PyYAML==6.0.1
certifi==2023.7.22
charset-normalizer==3.2.0
dnspython==2.4.2
fqdn==1.5.1
idna==3.4
natsort==8.4.0
octodns==0.9.21
octodns==1.0.0
python-dateutil==2.8.2
requests==2.31.0
six==1.16.0
urllib3==2.0.3
urllib3==2.0.4

0 comments on commit f1c0be7

Please sign in to comment.