Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build==1.2.2.post1
# via
# nox-poetry
# poetry
cachecontrol==0.14.3
cachecontrol[filecache]==0.14.3
# via poetry
certifi==2025.7.14
# via
Expand All @@ -33,7 +33,7 @@ dependency-groups==1.3.1
# via nox
distlib==0.4.0
# via virtualenv
dulwich==0.22.8
dulwich==0.24.2
# via poetry
fastjsonschema==2.21.1
# via poetry
Expand Down Expand Up @@ -76,10 +76,10 @@ msgpack==1.1.1
# via cachecontrol
nox==2025.5.1
# via
# -r .github/workflows/constraints.in
# -r constraints.in
# nox-poetry
nox-poetry==1.2.0
# via -r .github/workflows/constraints.in
# via -r constraints.in
packaging==25.0
# via
# build
Expand All @@ -88,19 +88,17 @@ packaging==25.0
# nox
# nox-poetry
# poetry
pbs-installer==2025.7.12
pbs-installer[download,install]==2025.7.12
# via poetry
pip==25.1.1
# via -r .github/workflows/constraints.in
pkginfo==1.12.1.2
# via poetry
platformdirs==4.3.8
# via
# poetry
# virtualenv
poetry==2.1.3
# via -r .github/workflows/constraints.in
poetry-core==2.1.3
poetry==2.2.1
# via -r constraints.in
poetry-core==2.2.1
# via poetry
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -129,15 +127,13 @@ tomlkit==0.13.3
# poetry
trove-classifiers==2025.5.9.12
# via poetry
typing-extensions==4.14.1
# via anyio
urllib3==2.5.0
# via
# dulwich
# requests
virtualenv==20.31.2
virtualenv==20.35.3
# via
# -r .github/workflows/constraints.in
# -r constraints.in
# nox
# poetry
zstandard==0.23.0
Expand Down
Loading