We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f2170 commit 3f2cffaCopy full SHA for 3f2cffa
Pipfile
@@ -10,7 +10,7 @@ python-dateutil = ">=2.8.2"
10
urllib3 = ">=2.6.3, <3.0.0"
11
vistir = ">=0.4.0, <=0.6.1"
12
idna = "==3.7"
13
-requests = ">=2.32.4"
+requests = ">=2.33.0"
14
pydantic = ">=2"
15
typing-extensions = ">=4.7.1"
16
lazy-imports = "==1.0.1"
@@ -25,4 +25,4 @@ mypy = ">=1.5"
25
setuptools = "==78.1.1"
26
27
[requires]
28
-python_version = "3.9"
+python_version = "3.10"
0 commit comments