Skip to content

Commit ffb4ae8

Browse files
committed
update poetry to 1.8.5 and update deps
1 parent 663c388 commit ffb4ae8

3 files changed

Lines changed: 60 additions & 60 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
architecture: x64
1616
- run: pip install nox==2024.10.9
1717
- run: pip install nox-poetry==1.0.3
18-
- run: pip install poetry==1.8.4
18+
- run: pip install poetry==1.8.5
1919
- run: nox --python ${{ matrix.python-version }}

poetry.lock

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
antlr4-python3-runtime==4.13.2 ; python_version >= "3.10" and python_version < "4.0" \
22
--hash=sha256:909b647e1d2fc2b70180ac586df3933e38919c85f98ccc656a96cd3f25ef3916 \
33
--hash=sha256:fe3835eb8d33daece0e799090eda89719dbccee7aa39ef94eed3818cafa5a7e8
4-
attrs==24.2.0 ; python_version >= "3.10" and python_version < "4.0" \
5-
--hash=sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346 \
6-
--hash=sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2
4+
attrs==24.3.0 ; python_version >= "3.10" and python_version < "4.0" \
5+
--hash=sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff \
6+
--hash=sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308
77
autoflake==1.7.8 ; python_version >= "3.10" and python_version < "4.0" \
88
--hash=sha256:46373ef69b6714f5064c923bb28bd797c4f8a9497f557d87fc36665c6d956b39 \
99
--hash=sha256:e7e46372dee46fa1c97acf310d99d922b63d369718a270809d7c278d34a194cf
@@ -20,9 +20,9 @@ black==22.12.0 ; python_version >= "3.10" and python_version < "4.0" \
2020
--hash=sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d \
2121
--hash=sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2 \
2222
--hash=sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f
23-
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" \
24-
--hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \
25-
--hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
23+
click==8.1.8 ; python_version >= "3.10" and python_version < "4.0" \
24+
--hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \
25+
--hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a
2626
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" \
2727
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
2828
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6

0 commit comments

Comments
 (0)