Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Apr 19, 2023
1 parent c20c7b9 commit 31e0d25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
async-timeout==4.0.2
# via redis
attrs==22.2.0
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
black==23.3.0
# via -r requirements/coverage.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# ./build.sh upgrade-requirements
#
attrs==22.2.0
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
exceptiongroup==1.1.1 ; python_version < "3.11"
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ astor==0.8.1
# via flake8-simplify
asttokens==2.2.1
# via stack-data
attrs==22.2.0
attrs==23.1.0
# via
# flake8-bugbear
# hypothesis (hypothesis-python/setup.py)
autoflake==2.0.2
autoflake==2.1.1
# via shed
babel==2.12.1
# via sphinx
Expand Down Expand Up @@ -79,7 +79,7 @@ exceptiongroup==1.1.1 ; python_version < "3.11"
# pytest
executing==1.2.0
# via stack-data
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -134,7 +134,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.4.1
importlib-metadata==6.5.0
# via
# keyring
# twine
Expand Down Expand Up @@ -230,7 +230,7 @@ pyflakes==3.0.1
# via
# autoflake
# flake8
pygments==2.15.0
pygments==2.15.1
# via
# ipython
# readme-renderer
Expand Down Expand Up @@ -287,7 +287,7 @@ snowballstemmer==2.2.0
# sphinx
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.4
soupsieve==2.4.1
# via beautifulsoup4
sphinx==6.1.3
# via
Expand All @@ -296,7 +296,7 @@ sphinx==6.1.3
# sphinx-hoverxref
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-codeautolink==0.14.1
sphinx-codeautolink==0.15.0
# via -r requirements/tools.in
sphinx-hoverxref==1.3.0
# via -r requirements/tools.in
Expand All @@ -320,7 +320,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.3
sqlparse==0.4.4
# via django
stack-data==0.6.2
# via ipython
Expand Down Expand Up @@ -370,7 +370,7 @@ urllib3==1.26.15
# via
# requests
# twine
virtualenv==20.21.0
virtualenv==20.21.1
# via tox
wcwidth==0.2.6
# via prompt-toolkit
Expand Down

0 comments on commit 31e0d25

Please sign in to comment.