Compare commits

..

1 commit

Author SHA1 Message Date
e883af8c75
fix: pluggy version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-06-07 19:49:42 +05:30
2 changed files with 10 additions and 10 deletions

View file

@ -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"

View file

@ -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