Skip to content

Commit

Permalink
Updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zepich committed Dec 14, 2024
1 parent 1cabd20 commit e950d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
keywords = ["mosparo", "api-client", "spam-protection", "accessibility", "captcha"]
dependencies = [
"requests>=2.31.0"
"requests>=2.32.0"
]
requires-python = ">=3.5"

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile pyproject.toml
#
certifi==2023.7.22
certifi==2024.7.4
# via requests
charset-normalizer==3.1.0
# via requests
idna==3.4
idna==3.7
# via requests
requests==2.31.0
requests==2.32.2
# via mosparo-api-client (pyproject.toml)
urllib3==1.26.18
urllib3==2.2.2
# via requests

0 comments on commit e950d12

Please sign in to comment.