Skip to content

Commit 37bbc0a

Browse files
committed
Update dependency HTTPX from 0.20.0 to 0.21.1
1 parent 0ce6c22 commit 37bbc0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
httpx>=0.20.1
1+
httpx>=0.21.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
],
3434
python_requires='>=3.7',
3535
install_requires=[
36-
'httpx>=0.20.1'
36+
'httpx>=0.21.1'
3737
]
3838
)

0 commit comments

Comments
 (0)