Compare commits
7 commits
6d461ed67e
...
4360083899
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4360083899 | ||
| e145feac02 | |||
| b78a52c06e | |||
| c090b5025d | |||
|
|
8c3de5bfe4 | ||
|
|
e44c11e896 | ||
|
|
0b8c52e0da |
3 changed files with 7 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
publish:
|
||||
runs-on: docker-amd64
|
||||
container:
|
||||
image: python:3.12-bookworm
|
||||
image: python:3.14-bookworm
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
|
|
@ -27,15 +27,15 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"anyio==4.12.0",
|
||||
"anyio==4.13.0",
|
||||
"certifi==2025.11.12",
|
||||
"cffi==2.0.0",
|
||||
"cryptography==46.0.6",
|
||||
"cryptography==46.0.7",
|
||||
"exceptiongroup==1.3.1",
|
||||
"h11==0.16.0",
|
||||
"httpcore==1.0.9",
|
||||
"httpx==0.28.1",
|
||||
"idna==3.11",
|
||||
"idna==3.13",
|
||||
"pycparser==2.23",
|
||||
"typing_extensions==4.15.0",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
anyio==4.12.0
|
||||
anyio==4.13.0
|
||||
certifi==2025.11.12
|
||||
cffi==2.0.0
|
||||
cryptography==46.0.6
|
||||
cryptography==46.0.7
|
||||
exceptiongroup==1.3.1
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.11
|
||||
idna==3.13
|
||||
pycparser==2.23
|
||||
typing_extensions==4.15.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue