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 Jan 6, 2025
1 parent 5565708 commit 9a5e06a
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ jobs:
NODE_VERSION: 18
# Note that the versions below must be updated in sync; we've automated
# that with `update_pyodide_versions()` in our weekly cronjob.
PYODIDE_VERSION: 0.26.4
PYTHON_VERSION: 3.12.1
PYODIDE_VERSION: 0.27.0
PYTHON_VERSION: 3.12.7
EMSCRIPTEN_VERSION: 3.1.58
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ -n "${GITHUB_ACTIONS-}" ] || [ -n "${CODESPACES-}" ] ; then
else
# Otherwise, we install it from scratch
# NOTE: tooling keeps this version in sync with ci_version in tooling
"$SCRIPTS/ensure-python.sh" 3.10.15
PYTHON=$(pythonloc 3.10.15)/bin/python
"$SCRIPTS/ensure-python.sh" 3.10.16
PYTHON=$(pythonloc 3.10.16)/bin/python
fi

TOOL_REQUIREMENTS="$ROOT/requirements/tools.txt"
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def local_file(name):
"pytest": ["pytest>=4.6"],
"dpcontracts": ["dpcontracts>=0.4"],
"redis": ["redis>=3.0.0"],
"crosshair": ["hypothesis-crosshair>=0.0.18", "crosshair-tool>=0.0.78"],
"crosshair": ["hypothesis-crosshair>=0.0.18", "crosshair-tool>=0.0.81"],
# zoneinfo is an odd one: every dependency is platform-conditional.
"zoneinfo": [
"tzdata>=2024.2 ; sys_platform == 'win32' or sys_platform == 'emscripten'",
Expand Down
6 changes: 3 additions & 3 deletions hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,21 @@ commands =
setenv=
PYTHONWARNDEFAULTENCODING=1
commands =
pip install django==4.2.16
pip install django==4.2.17
python -bb -X dev -m tests.django.manage test tests.django {posargs}

[testenv:django50]
setenv=
PYTHONWARNDEFAULTENCODING=1
commands =
pip install django==5.0.9
pip install django==5.0.10
python -bb -X dev -m tests.django.manage test tests.django {posargs}

[testenv:django51]
setenv=
PYTHONWARNDEFAULTENCODING=1
commands =
pip install django==5.1.3
pip install django==5.1.4
python -bb -X dev -m tests.django.manage test tests.django {posargs}

[testenv:py{39}-nose]
Expand Down
14 changes: 7 additions & 7 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ attrs==24.1.0
# hypothesis (hypothesis-python/setup.py)
black==24.10.0
# via -r requirements/coverage.in
click==8.1.7
click==8.1.8
# via
# -r requirements/coverage.in
# black
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via pytest-cov
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -28,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
# pytest
execnet==2.1.1
# via pytest-xdist
fakeredis==2.26.1
fakeredis==2.26.2
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand All @@ -38,7 +38,7 @@ libcst==1.5.1
# via -r requirements/coverage.in
mypy-extensions==1.0.0
# via black
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -60,7 +60,7 @@ ptyprocess==0.7.0
# via pexpect
pyarrow==18.1.0
# via -r requirements/coverage.in
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -79,9 +79,9 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via libcst
redis==5.2.0
redis==5.2.1
# via fakeredis
six==1.16.0
six==1.17.0
# via python-dateutil
sortedcontainers==2.4.0
# via
Expand Down
32 changes: 15 additions & 17 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ black==24.10.0
# hypothesis
blinker==1.9.0
# via flask
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements/coverage.in
# black
# flask
# hypothesis
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via
# hypofuzz
# pytest-cov
Expand All @@ -51,13 +51,13 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
# pytest
execnet==2.1.1
# via pytest-xdist
fakeredis==2.26.1
fakeredis==2.26.2
# via -r requirements/coverage.in
flask==3.0.3
# via dash
hypofuzz==24.9.1
hypofuzz==24.11.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.121.1
hypothesis[cli]==6.123.2
# via hypofuzz
idna==3.10
# via requests
Expand All @@ -67,7 +67,7 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
jinja2==3.1.5
# via flask
lark==1.2.2
# via -r requirements/coverage.in
Expand All @@ -87,7 +87,7 @@ mypy-extensions==1.0.0
# via black
nest-asyncio==1.6.0
# via dash
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -110,15 +110,15 @@ plotly==5.24.1
# via dash
pluggy==1.5.0
# via pytest
psutil==6.1.0
psutil==6.1.1
# via hypofuzz
ptyprocess==0.7.0
# via pexpect
pyarrow==18.1.0
# via -r requirements/coverage.in
pygments==2.18.0
# via rich
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# hypofuzz
Expand All @@ -138,17 +138,15 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via libcst
redis==5.2.0
redis==5.2.1
# via fakeredis
requests==2.32.3
# via
# dash
# hypofuzz
# via dash
retrying==1.3.4
# via dash
rich==13.9.4
# via hypothesis
six==1.16.0
six==1.17.0
# via
# python-dateutil
# retrying
Expand All @@ -173,7 +171,7 @@ typing-extensions==4.12.2
# rich
tzdata==2024.2
# via pandas
urllib3==2.2.3
urllib3==2.3.0
# via requests
werkzeug==3.0.6
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-xdist
Expand Down
Loading

0 comments on commit 9a5e06a

Please sign in to comment.