Skip to content

Commit e950d12

Browse files
committed
Updated the dependencies
1 parent 1cabd20 commit e950d12

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
keywords = ["mosparo", "api-client", "spam-protection", "accessibility", "captcha"]
2828
dependencies = [
29-
"requests>=2.31.0"
29+
"requests>=2.32.0"
3030
]
3131
requires-python = ">=3.5"
3232

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile pyproject.toml
66
#
7-
certifi==2023.7.22
7+
certifi==2024.7.4
88
# via requests
99
charset-normalizer==3.1.0
1010
# via requests
11-
idna==3.4
11+
idna==3.7
1212
# via requests
13-
requests==2.31.0
13+
requests==2.32.2
1414
# via mosparo-api-client (pyproject.toml)
15-
urllib3==1.26.18
15+
urllib3==2.2.2
1616
# via requests

0 commit comments

Comments
 (0)