diff options
| author | 2023-11-27 09:30:13 +0100 | |
|---|---|---|
| committer | 2023-11-27 09:30:13 +0100 | |
| commit | 74a79367c04120878bac1851175ad639dfdbcea8 (patch) | |
| tree | 29d33ee923d9f8655025a0ecf601e1e9bf967bf9 | |
| parent | Merge pull request #1150 from python-discord/dependabot/pip/taskipy-1.12.2 (diff) | |
| parent | Bump httpx from 0.25.1 to 0.25.2 (diff) | |
Merge pull request #1153 from python-discord/dependabot/pip/httpx-0.25.2
Bump httpx from 0.25.1 to 0.25.2
| -rw-r--r-- | poetry.lock | 20 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 11 insertions, 11 deletions
| diff --git a/poetry.lock b/poetry.lock index 8c3f3220..cb57571a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -511,40 +511,40 @@ files = [  [[package]]  name = "httpcore" -version = "0.18.0" +version = "1.0.2"  description = "A minimal low-level HTTP client."  optional = false  python-versions = ">=3.8"  files = [ -    {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, -    {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, +    {file = "httpcore-1.0.2-py3-none-any.whl", hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7"}, +    {file = "httpcore-1.0.2.tar.gz", hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"},  ]  [package.dependencies] -anyio = ">=3.0,<5.0"  certifi = "*"  h11 = ">=0.13,<0.15" -sniffio = "==1.*"  [package.extras] +asyncio = ["anyio (>=4.0,<5.0)"]  http2 = ["h2 (>=3,<5)"]  socks = ["socksio (==1.*)"] +trio = ["trio (>=0.22.0,<0.23.0)"]  [[package]]  name = "httpx" -version = "0.25.1" +version = "0.25.2"  description = "The next generation HTTP client."  optional = false  python-versions = ">=3.8"  files = [ -    {file = "httpx-0.25.1-py3-none-any.whl", hash = "sha256:fec7d6cc5c27c578a391f7e87b9aa7d3d8fbcd034f6399f9f79b45bcc12a866a"}, -    {file = "httpx-0.25.1.tar.gz", hash = "sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0"}, +    {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, +    {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"},  ]  [package.dependencies]  anyio = "*"  certifi = "*" -httpcore = "*" +httpcore = "==1.*"  idna = "*"  sniffio = "*" @@ -1204,4 +1204,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "abff5d16267aa025c6e7209967ebf34fac4a208c34401b578db62bf0a6fdbe08" +content-hash = "ce79e2ec11c8f64997c65ce7199a1714dea93aac6768271b25bb5d58dd886797" diff --git a/pyproject.toml b/pyproject.toml index a6c26b6e..83f81877 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.1" +httpx = "0.25.2"  markdown = "3.5.1"  PyJWT = {version = "2.8.0", extras = ["crypto"]}  pymdown-extensions = "10.4" | 
