Skip to content

Commit

Permalink
[Auto-generated] Update requirements.txt (#493)
Browse files Browse the repository at this point in the history
* Update httpx requirement from ~=0.27.0 to ~=0.27.2 in /.dev (#494)

Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update `requirements.txt`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent 3db5dc6 commit 1a380f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dulwich~=0.22.1
debugpy>=1.8.0
fakeredis~=2.24
httpx~=0.27.0
httpx~=0.27.2
invoke~=2.2
pre-commit~=3.8
pylint~=3.2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async-timeout==4.0.3
bcrypt==4.2.0
billiard==4.2.0
celery==5.4.0
certifi==2024.7.4
certifi==2024.8.30
cffi==1.17.0
charset-normalizer==3.3.2
click==8.1.7
Expand Down Expand Up @@ -47,14 +47,14 @@ redis==5.0.8
requests==2.32.3
six==1.16.0
sniffio==1.3.1
starlette==0.38.2
starlette==0.38.4
taskgroup==0.0.0a4
tenacity==9.0.0
tomli==2.0.1
typing_extensions==4.12.2
tzdata==2024.1
urllib3==1.26.19
urllib3==1.26.20
vine==5.1.0
wcwidth==0.2.13
wsproto==1.2.0
zipp==3.20.0
zipp==3.20.1

0 comments on commit 1a380f3

Please sign in to comment.