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 Mar 3, 2024
1 parent 3312a83 commit 8e2b341
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pytest==8.0.2
# pytest-xdist
pytest-xdist==3.5.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -77,7 +77,7 @@ pytz==2024.1
# pandas
pyyaml==6.0.1
# via libcst
redis==5.0.1
redis==5.0.2
# via fakeredis
six==1.16.0
# via python-dateutil
Expand All @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/coverage.in
# black
Expand Down
12 changes: 6 additions & 6 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ coverage==7.4.3
# via
# -r requirements/coverage.in
# hypofuzz
dash==2.15.0
dash==2.16.0
# via hypofuzz
dash-core-components==2.0.0
# via dash
Expand All @@ -56,7 +56,7 @@ flask==3.0.2
# via dash
hypofuzz==24.2.3
# via -r requirements/fuzzing.in
hypothesis[cli]==6.98.11
hypothesis[cli]==6.98.15
# via hypofuzz
idna==3.6
# via requests
Expand Down Expand Up @@ -127,7 +127,7 @@ pytest==8.0.2
# pytest-xdist
pytest-xdist==3.5.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -137,15 +137,15 @@ pytz==2024.1
# pandas
pyyaml==6.0.1
# via libcst
redis==5.0.1
redis==5.0.2
# via fakeredis
requests==2.31.0
# via
# dash
# hypofuzz
retrying==1.3.4
# via dash
rich==13.7.0
rich==13.7.1
# via hypothesis
six==1.16.0
# via
Expand All @@ -162,7 +162,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/coverage.in
# black
Expand Down
22 changes: 11 additions & 11 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ black==24.2.0
# via shed
blinker==1.7.0
# via pelican
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via requests
Expand Down Expand Up @@ -113,7 +113,7 @@ jinja2==3.1.3
# sphinx
jsonpointer==2.4
# via sphinx-jsonschema
keyring==24.3.0
keyring==24.3.1
# via twine
lark==1.1.9
# via -r requirements/tools.in
Expand Down Expand Up @@ -198,11 +198,11 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pyright==1.1.351
pyright==1.1.352
# via -r requirements/tools.in
pytest==8.0.2
# via -r requirements/tools.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/tools.in
# pelican
Expand All @@ -214,7 +214,7 @@ pyyaml==6.0.1
# via
# libcst
# sphinx-jsonschema
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -229,11 +229,11 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via
# pelican
# twine
ruff==0.2.2
ruff==0.3.0
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand All @@ -243,7 +243,7 @@ six==1.16.0
# via
# asttokens
# python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -313,13 +313,13 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==24.0.0.20240130
types-pyopenssl==24.0.0.20240228
# via types-redis
types-pytz==2024.1.0.20240203
# via -r requirements/tools.in
types-redis==4.6.0.20240218
# via -r requirements/tools.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/tools.in
# anyio
Expand Down

0 comments on commit 8e2b341

Please sign in to comment.