Skip to content

Commit 0f894b0

Browse files
build(deps): bump poetry from 1.8.3 to 2.1.3 in /.github/workflows
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to 2.1.3. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@1.8.3...2.1.3) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18eddc0 commit 0f894b0

File tree

1 file changed

+61
-31
lines changed

1 file changed

+61
-31
lines changed

.github/workflows/constraints.txt

Lines changed: 61 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,107 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile .github/workflows/constraints.in
3+
anyio==4.9.0
4+
# via httpx
35
argcomplete==3.5.0
46
# via nox
7+
backports-tarfile==1.2.0
8+
# via jaraco-context
59
build==1.2.2
610
# via poetry
7-
cachecontrol==0.14.0
11+
cachecontrol[filecache]==0.14.0
812
# via poetry
913
certifi==2024.8.30
10-
# via requests
14+
# via
15+
# httpcore
16+
# httpx
17+
# requests
1118
cffi==1.17.1
12-
# via xattr
19+
# via cryptography
1320
charset-normalizer==3.3.2
1421
# via requests
1522
cleo==2.1.0
1623
# via poetry
1724
colorlog==6.8.2
1825
# via nox
1926
crashtest==0.4.1
20-
# via
21-
# cleo
22-
# poetry
27+
# via cleo
28+
cryptography==44.0.3
29+
# via secretstorage
2330
distlib==0.3.8
2431
# via virtualenv
25-
dulwich==0.21.7
32+
dulwich==0.22.8
2633
# via poetry
34+
exceptiongroup==1.2.2
35+
# via anyio
2736
fastjsonschema==2.20.0
2837
# via poetry
2938
filelock==3.16.1
3039
# via
3140
# cachecontrol
3241
# virtualenv
42+
findpython==0.6.3
43+
# via poetry
44+
h11==0.16.0
45+
# via httpcore
46+
httpcore==1.0.9
47+
# via httpx
48+
httpx==0.28.1
49+
# via pbs-installer
3350
idna==3.10
34-
# via requests
51+
# via
52+
# anyio
53+
# httpx
54+
# requests
3555
importlib-metadata==8.5.0
36-
# via keyring
56+
# via
57+
# build
58+
# keyring
59+
# poetry
3760
installer==0.7.0
3861
# via poetry
3962
jaraco-classes==3.4.0
4063
# via keyring
41-
keyring==24.3.1
64+
jaraco-context==6.0.1
65+
# via keyring
66+
jaraco-functools==4.1.0
67+
# via keyring
68+
jeepney==0.9.0
69+
# via
70+
# keyring
71+
# secretstorage
72+
keyring==25.6.0
4273
# via poetry
4374
more-itertools==10.5.0
44-
# via jaraco-classes
75+
# via
76+
# jaraco-classes
77+
# jaraco-functools
4578
msgpack==1.1.0
4679
# via cachecontrol
4780
nox==2024.4.15
4881
# via
49-
# -r .github/workflows/constraints.in
82+
# -r constraints.in
5083
# nox-poetry
5184
nox-poetry==1.0.3
52-
# via -r .github/workflows/constraints.in
85+
# via -r constraints.in
5386
packaging==24.1
5487
# via
5588
# build
89+
# findpython
5690
# nox
5791
# nox-poetry
5892
# poetry
59-
pexpect==4.9.0
93+
pbs-installer[download,install]==2025.4.9
6094
# via poetry
61-
pip==24.2
62-
# via -r .github/workflows/constraints.in
63-
pkginfo==1.11.1
95+
pkginfo==1.12.1.2
6496
# via poetry
6597
platformdirs==4.3.6
6698
# via
6799
# poetry
68100
# virtualenv
69-
poetry==1.8.3
70-
# via
71-
# -r .github/workflows/constraints.in
72-
# poetry-plugin-export
73-
poetry-core==1.9.0
74-
# via
75-
# poetry
76-
# poetry-plugin-export
77-
poetry-plugin-export==1.8.0
101+
poetry==2.1.3
102+
# via -r constraints.in
103+
poetry-core==2.1.3
78104
# via poetry
79-
ptyprocess==0.7.0
80-
# via pexpect
81105
pycparser==2.22
82106
# via cffi
83107
pyproject-hooks==1.2.0
@@ -93,8 +117,12 @@ requests==2.32.3
93117
# requests-toolbelt
94118
requests-toolbelt==1.0.0
95119
# via poetry
120+
secretstorage==3.3.3
121+
# via keyring
96122
shellingham==1.5.4
97123
# via poetry
124+
sniffio==1.3.1
125+
# via anyio
98126
tomli==2.0.2
99127
# via
100128
# build
@@ -106,16 +134,18 @@ tomlkit==0.13.2
106134
# poetry
107135
trove-classifiers==2024.9.12
108136
# via poetry
137+
typing-extensions==4.13.2
138+
# via anyio
109139
urllib3==2.2.3
110140
# via
111141
# dulwich
112142
# requests
113143
virtualenv==20.26.6
114144
# via
115-
# -r .github/workflows/constraints.in
145+
# -r constraints.in
116146
# nox
117147
# poetry
118-
xattr==1.1.0
119-
# via poetry
120148
zipp==3.20.2
121149
# via importlib-metadata
150+
zstandard==0.23.0
151+
# via pbs-installer

0 commit comments

Comments
 (0)