Skip to content

Commit 7ab7700

Browse files
committed
pin requests
1 parent fb82f34 commit 7ab7700

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

requirements/requirements-avro.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastavro < 1.8.0; python_version == "3.7"
22
fastavro < 2; python_version > "3.7"
3-
requests
4-
avro>=1.11.1,<2
3+
requests~=2.32.0
4+
avro>=1.11.1,<2

requirements/requirements-examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authlib>=1.0.0
1111

1212
fastavro < 1.8.0; python_version == "3.7"
1313
fastavro < 2; python_version > "3.7"
14-
requests
14+
requests~=2.32.0
1515
avro>=1.11.1,<2
1616

1717
pyrsistent

requirements/requirements-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
azure-identity
22
azure-keyvault-keys
3-
boto3>=1.40,<1.41
3+
boto3
44
cel-python>=0.4.0
55
# Pin google-re2 to last version with Python 3.9 wheels (see https://pypi.org/project/google-re2/1.1.20251105/#files)
66
google-re2<1.1.20251105

requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ urllib3<3
33
flake8
44
mypy
55
types-cachetools
6-
types-requests
6+
types-requests~=2.32.0
77
orjson
88
pytest
99
pytest-timeout

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands = flake8
2424
deps =
2525
mypy
2626
types-cachetools
27-
types-requests
27+
types-requests~=2.32.0
2828
commands = mypy src/confluent_kafka
2929

3030
[pytest]

0 commit comments

Comments
 (0)