diff options
| author | 2023-11-06 12:27:19 +0100 | |
|---|---|---|
| committer | 2023-11-06 12:27:19 +0100 | |
| commit | 0afe6a6fc01a6fb17e1879097c4b11076f13437d (patch) | |
| tree | b41eca17ee87c6910831e2194620bb9295359406 /pyproject.toml | |
| parent | Merge pull request #1139 from python-discord/dependabot/pip/ruff-0.1.4 (diff) | |
| parent | Bump httpx from 0.25.0 to 0.25.1 (diff) | |
Merge pull request #1140 from python-discord/dependabot/pip/httpx-0.25.1
Bump httpx from 0.25.0 to 0.25.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 6a09277d..26cca1fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0" gunicorn = "21.2.0" -httpx = "0.25.0" +httpx = "0.25.1" markdown = "3.5.1" PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.3.1" |