Skip to content

Commit

Permalink
Refreeze requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jul 25, 2023
1 parent a02b11c commit b0b90fa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand Down Expand Up @@ -38,7 +38,7 @@ requests==2.31.0
# via
# responses
# sphinx
responses==0.23.1
responses==0.23.2
# via -r docs.in
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -72,9 +72,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# responses
4 changes: 2 additions & 2 deletions requirements/test-mindeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# tox run -e freezedeps
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
Expand Down Expand Up @@ -44,7 +44,7 @@ responses==0.23.1
# via -r test.in
six==1.16.0
# via cryptography
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.0.0
# via -r test-mindeps.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# tox run -e freezedeps
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -30,11 +30,11 @@ pyyaml==6.0.1
# via responses
requests==2.31.0
# via responses
responses==0.23.1
responses==0.23.2
# via -r test.in
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# responses
12 changes: 6 additions & 6 deletions requirements/typing-mindeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# tox run -e freezedeps
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -18,26 +18,26 @@ pyyaml==6.0.1
# via responses
requests==2.31.0
# via responses
responses==0.23.1
responses==0.23.2
# via -r typing.in
types-cryptography==3.3.23.2
# via types-jwt
types-docutils==0.20.0.1
# via -r typing.in
types-jwt==0.1.3
# via -r typing.in
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
types-requests==2.31.0.1
types-requests==2.31.0.2
# via -r typing.in
types-urllib3==1.26.25.13
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.0.0
# via
# -r typing-mindeps.in
# -r typing.in
# mypy
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# responses
12 changes: 6 additions & 6 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# tox run -e freezedeps
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -18,25 +18,25 @@ pyyaml==6.0.1
# via responses
requests==2.31.0
# via responses
responses==0.23.1
responses==0.23.2
# via -r typing.in
types-cryptography==3.3.23.2
# via types-jwt
types-docutils==0.20.0.1
# via -r typing.in
types-jwt==0.1.3
# via -r typing.in
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
types-requests==2.31.0.1
types-requests==2.31.0.2
# via -r typing.in
types-urllib3==1.26.25.13
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.7.1
# via
# -r typing.in
# mypy
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# responses

0 comments on commit b0b90fa

Please sign in to comment.