diff options
author | 2025-02-08 10:06:48 +0000 | |
---|---|---|
committer | 2025-02-09 18:56:24 +0100 | |
commit | 97f591451e4291617714e978fbd6fce936a33db0 (patch) | |
tree | 0ca08dac6cf8efe52b8dceebb0961ee7248b0291 /pyproject.toml | |
parent | Bump pyjwt from 2.10.0 to 2.10.1 (diff) |
Bump httpx from 0.27.2 to 0.28.1
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.1)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 34e887e1..5e4a0667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" gunicorn = "23.0.0" -httpx = "0.27.2" +httpx = "0.28.1" markdown = "3.7" psycopg = {extras = ["binary"], version = "3.2.3"} pyjwt = {version = "2.10.1", extras = ["crypto"]} |