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 May 6, 2024
1 parent 26e8db7 commit dc1fa94
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 29 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand Down Expand Up @@ -66,7 +66,7 @@ pytest==8.2.0
# pytest-xdist
pytest-cov @ git+https://github.com/pytest-dev/pytest-cov.git@9757222e2e044361e70125ebdd96e5eb87395983
# via -r requirements/coverage.in
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ black==24.4.2
# -r requirements/coverage.in
# hypofuzz
# hypothesis
blinker==1.8.0
blinker==1.8.2
# via flask
certifi==2024.2.2
# via requests
Expand All @@ -29,11 +29,11 @@ click==8.1.7
# black
# flask
# hypothesis
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# hypofuzz
# pytest-cov
dash==2.16.1
dash==2.17.0
# via hypofuzz
dash-core-components==2.0.0
# via dash
Expand All @@ -56,7 +56,7 @@ flask==3.0.3
# via dash
hypofuzz==24.2.3
# via -r requirements/fuzzing.in
hypothesis[cli]==6.100.1
hypothesis[cli]==6.100.4
# via hypofuzz
idna==3.7
# via requests
Expand All @@ -66,7 +66,7 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
jinja2==3.1.4
# via flask
lark==1.1.9
# via -r requirements/coverage.in
Expand Down Expand Up @@ -106,7 +106,7 @@ pexpect==4.9.0
# via -r requirements/test.in
platformdirs==4.2.1
# via black
plotly==5.21.0
plotly==5.22.0
# via dash
pluggy==1.5.0
# via pytest
Expand All @@ -116,7 +116,7 @@ ptyprocess==0.7.0
# via pexpect
pyarrow==16.0.0
# via -r requirements/coverage.in
pygments==2.17.2
pygments==2.18.0
# via rich
pytest==8.2.0
# via
Expand All @@ -126,7 +126,7 @@ pytest==8.2.0
# pytest-xdist
pytest-cov @ git+https://github.com/pytest-dev/pytest-cov.git@9757222e2e044361e70125ebdd96e5eb87395983
# via -r requirements/coverage.in
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests
werkzeug==3.0.2
werkzeug==3.0.3
# via
# dash
# flask
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest==8.2.0
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
Expand Down
25 changes: 12 additions & 13 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ attrs==23.2.0
# via hypothesis (hypothesis-python/setup.py)
autoflake==2.3.1
# via shed
babel==2.14.0
babel==2.15.0
# via sphinx
backports-tarfile==1.1.1
# via jaraco-context
beautifulsoup4==4.12.3
# via sphinx-codeautolink
black==24.4.2
# via shed
blinker==1.8.0
blinker==1.8.2
# via pelican
build==1.2.1
# via pip-tools
Expand All @@ -48,9 +48,9 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.5.0
coverage==7.5.1
# via -r requirements/tools.in
cryptography==42.0.5
cryptography==42.0.7
# via
# secretstorage
# types-pyopenssl
Expand All @@ -59,7 +59,7 @@ decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
django==5.0.4
django==5.0.5
# via -r requirements/tools.in
docutils==0.20.1
# via
Expand All @@ -81,7 +81,7 @@ executing==2.0.1
# via stack-data
feedgenerator==2.1.0
# via pelican
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -113,7 +113,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# pelican
# sphinx
Expand Down Expand Up @@ -194,7 +194,7 @@ pycparser==2.22
# via cffi
pyflakes==3.2.0
# via autoflake
pygments==2.17.2
pygments==2.18.0
# via
# ipython
# pelican
Expand All @@ -203,11 +203,11 @@ pygments==2.17.2
# sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyright==1.1.360
pyright==1.1.361
# via -r requirements/tools.in
pytest==8.2.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -242,7 +242,7 @@ rich==13.7.1
# via
# pelican
# twine
ruff==0.4.2
ruff==0.4.3
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -307,7 +307,6 @@ tomli==2.0.1
# mypy
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# sphinx
# tox
Expand Down Expand Up @@ -347,7 +346,7 @@ urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
watchfiles==0.21.0
# via pelican
Expand Down
8 changes: 4 additions & 4 deletions tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,12 @@ def run_tox(task, version, *args):
"3.8": "3.8.19",
"3.9": "3.9.19",
"3.10": "3.10.14",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.11": "3.11.9",
"3.12": "3.12.3",
"3.13": "3.13.0a6",
"pypy3.8": "pypy3.8-7.3.11",
"pypy3.9": "pypy3.9-7.3.15",
"pypy3.10": "pypy3.10-7.3.15",
"pypy3.9": "pypy3.9-7.3.16",
"pypy3.10": "pypy3.10-7.3.16",
}
ci_version = "3.10" # Keep this in sync with GH Actions main.yml and .readthedocs.yml

Expand Down

0 comments on commit dc1fa94

Please sign in to comment.