Skip to content

Commit a347ad7

Browse files
build(deps): bump poetry from 1.8.3 to 2.0.0 in /.github/workflows
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to 2.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61d0b58 commit a347ad7

File tree

1 file changed

+27
-38
lines changed

1 file changed

+27
-38
lines changed

.github/workflows/constraints.txt

Lines changed: 27 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ argcomplete==3.5.0
44
# via nox
55
build==1.2.2
66
# via poetry
7-
cachecontrol==0.14.0
7+
cachecontrol[filecache]==0.14.0
88
# via poetry
99
certifi==2024.8.30
1010
# via requests
1111
cffi==1.17.1
12-
# via xattr
12+
# via cryptography
1313
charset-normalizer==3.3.2
1414
# via requests
1515
cleo==2.1.0
1616
# via poetry
1717
colorlog==6.8.2
1818
# via nox
1919
crashtest==0.4.1
20-
# via
21-
# cleo
22-
# poetry
20+
# via cleo
21+
cryptography==44.0.0
22+
# via secretstorage
2323
distlib==0.3.8
2424
# via virtualenv
25-
dulwich==0.21.7
25+
dulwich==0.22.7
2626
# via poetry
2727
fastjsonschema==2.20.0
2828
# via poetry
@@ -32,52 +32,48 @@ filelock==3.16.1
3232
# virtualenv
3333
idna==3.10
3434
# via requests
35-
importlib-metadata==8.5.0
36-
# via keyring
3735
installer==0.7.0
3836
# via poetry
3937
jaraco-classes==3.4.0
4038
# via keyring
41-
keyring==24.3.1
39+
jaraco-context==6.0.1
40+
# via keyring
41+
jaraco-functools==4.1.0
42+
# via keyring
43+
jeepney==0.8.0
44+
# via
45+
# keyring
46+
# secretstorage
47+
keyring==25.6.0
4248
# via poetry
4349
more-itertools==10.5.0
44-
# via jaraco-classes
50+
# via
51+
# jaraco-classes
52+
# jaraco-functools
4553
msgpack==1.1.0
4654
# via cachecontrol
4755
nox==2024.4.15
4856
# via
49-
# -r .github/workflows/constraints.in
57+
# -r constraints.in
5058
# nox-poetry
5159
nox-poetry==1.0.3
52-
# via -r .github/workflows/constraints.in
60+
# via -r constraints.in
5361
packaging==24.1
5462
# via
5563
# build
5664
# nox
5765
# nox-poetry
5866
# poetry
59-
pexpect==4.9.0
60-
# via poetry
61-
pip==24.2
62-
# via -r .github/workflows/constraints.in
63-
pkginfo==1.11.1
67+
pkginfo==1.12.0
6468
# via poetry
6569
platformdirs==4.3.6
6670
# via
6771
# poetry
6872
# 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
73+
poetry==2.0.0
74+
# via -r constraints.in
75+
poetry-core==2.0.0
7876
# via poetry
79-
ptyprocess==0.7.0
80-
# via pexpect
8177
pycparser==2.22
8278
# via cffi
8379
pyproject-hooks==1.2.0
@@ -93,13 +89,10 @@ requests==2.32.3
9389
# requests-toolbelt
9490
requests-toolbelt==1.0.0
9591
# via poetry
92+
secretstorage==3.3.3
93+
# via keyring
9694
shellingham==1.5.4
9795
# via poetry
98-
tomli==2.0.2
99-
# via
100-
# build
101-
# nox
102-
# poetry
10396
tomlkit==0.13.2
10497
# via
10598
# nox-poetry
@@ -112,10 +105,6 @@ urllib3==2.2.3
112105
# requests
113106
virtualenv==20.26.6
114107
# via
115-
# -r .github/workflows/constraints.in
108+
# -r constraints.in
116109
# nox
117110
# poetry
118-
xattr==1.1.0
119-
# via poetry
120-
zipp==3.20.2
121-
# via importlib-metadata

0 commit comments

Comments
 (0)