Compare commits
1 commit
master
...
fix-pluggy
Author | SHA1 | Date | |
---|---|---|---|
e883af8c75 |
2 changed files with 10 additions and 10 deletions
|
@ -12,7 +12,7 @@ classifiers = [
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [ "requests==2.32.3", "urllib3==2.2.3" ]
|
dependencies = [ "requests==2.31.0", "urllib3==2.2.1" ]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"
|
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
build==1.2.2.post1
|
build==1.2.1
|
||||||
certifi==2024.8.30
|
certifi==2023.11.17
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
idna==3.10
|
idna==3.7
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
packaging==24.1
|
packaging==24.0
|
||||||
pluggy==1.5.0
|
pluggy==1.5
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.1.0
|
||||||
pytest==8.3.3
|
pytest==7.4.4
|
||||||
requests==2.32.3
|
requests==2.31.0
|
||||||
urllib3==2.2.3
|
urllib3==2.2.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue