Skip to content

Commit 3c250ac

Browse files
committed
Update dependencies
1 parent bf67844 commit 3c250ac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python -m pip install -U pip build
4242
python -m build
4343
- name: Publish
44-
uses: pypa/gh-action-pypi-publish@v1.5.0
44+
uses: pypa/gh-action-pypi-publish@v1.13.0
4545
with:
4646
user: __token__
4747
password: ${{ secrets.PYPI_KEY }}

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aiohttp>=3.11.0
2-
async-timeout>=4.0.3
3-
svgwrite>=1.4.3
1+
aiohttp>=3.13.3,<4.0.0
2+
svgwrite>=1.4.3,<2.0.0
3+
async-timeout>=4.0.3

0 commit comments

Comments
 (0)