Skip to content

Commit

Permalink
MAINT: Update pinned packages (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Oct 7, 2023
1 parent 8e22f01 commit 734005a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
37 changes: 23 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile requirements/dev.in
Expand All @@ -12,7 +12,7 @@ certifi==2023.7.22
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -28,23 +28,28 @@ exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
# via virtualenv
flit-core==3.9.0
# via flit
flit==3.9.0
# via -r requirements/dev.in
flit-core==3.9.0
# via flit
identify==2.5.24
# via pre-commit
idna==3.4
# via requests
importlib-metadata==6.7.0
# via build
# via
# build
# click
# pre-commit
# pytest
# virtualenv
iniconfig==2.0.0
# via pytest
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# black
# build
Expand All @@ -55,7 +60,7 @@ pillow==9.5.0
# via -r requirements/dev.in
pip-tools==6.14.0
# via -r requirements/dev.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# black
# virtualenv
Expand All @@ -65,29 +70,33 @@ pre-commit==2.17.0
# via -r requirements/dev.in
pyproject-hooks==1.0.0
# via build
pytest-cov==4.1.0
# via -r requirements/dev.in
pytest==7.4.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/dev.in
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
# via flit
toml==0.10.2
# via pre-commit
tomli-w==1.0.0
# via flit
tomli==2.0.1
# via
# black
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.7.1
tomli-w==1.0.0
# via flit
typed-ast==1.5.5
# via black
urllib3==2.0.4
typing-extensions==4.7.1
# via
# black
# importlib-metadata
# platformdirs
urllib3==2.0.6
# via requests
virtualenv==20.24.5
# via pre-commit
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ alabaster==0.7.13
# via sphinx
attrs==23.1.0
# via -r requirements/docs.in
babel==2.12.1
babel==2.13.0
# via sphinx
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
docutils==0.17.1
# via
Expand Down Expand Up @@ -43,7 +43,7 @@ mdurl==0.1.2
# via markdown-it-py
myst-parser==0.16.1
# via -r requirements/docs.in
packaging==23.1
packaging==23.2
# via sphinx
pygments==2.16.1
# via sphinx
Expand Down Expand Up @@ -81,7 +81,7 @@ typing-extensions==4.7.1
# via
# importlib-metadata
# markdown-it-py
urllib3==2.0.4
urllib3==2.0.6
# via requests
zipp==3.15.0
# via importlib-metadata

0 comments on commit 734005a

Please sign in to comment.