Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
4c705329b6 chore(deps): bump authlib from 1.2.0 to 1.3.1 in /api
Bumps [authlib](https://github.com/lepture/authlib) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/lepture/authlib/releases)
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst)
- [Commits](https://github.com/lepture/authlib/compare/v1.2.0...v1.3.1)

---
updated-dependencies:
- dependency-name: authlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 10:07:46 +00:00
2 changed files with 8 additions and 8 deletions

14
api/poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "aiohttp"
@@ -366,17 +366,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
[[package]]
name = "authlib"
version = "1.2.0"
version = "1.3.1"
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
optional = false
python-versions = "*"
python-versions = ">=3.8"
files = [
{file = "Authlib-1.2.0-py2.py3-none-any.whl", hash = "sha256:4ddf4fd6cfa75c9a460b361d4bd9dac71ffda0be879dbe4292a02e92349ad55a"},
{file = "Authlib-1.2.0.tar.gz", hash = "sha256:4fa3e80883a5915ef9f5bc28630564bc4ed5b5af39812a3ff130ec76bd631e9d"},
{file = "Authlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:d35800b973099bbadc49b42b256ecb80041ad56b7fe1216a362c7943c088f377"},
{file = "authlib-1.3.1.tar.gz", hash = "sha256:7ae843f03c06c5c0debd63c9db91f9fda64fa62a42a77419fa15fbb7e7a58917"},
]
[package.dependencies]
cryptography = ">=3.2"
cryptography = "*"
[[package]]
name = "azure-core"
@@ -8788,4 +8788,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "509e7821d929dd859378b5b45285469dc6d6b358b2175df30188492fb8cea485"
content-hash = "60a9918d1aa070cc6501deb99c1947d6fb25b5e1460bfe2aeae8694c8162ceab"

View File

@@ -105,7 +105,7 @@ tiktoken = "~0.7.0"
psycopg2-binary = "~2.9.6"
pycryptodome = "3.19.1"
python-dotenv = "1.0.0"
authlib = "1.2.0"
authlib = "1.3.1"
boto3 = "1.28.17"
cachetools = "~5.3.0"
weaviate-client = "~3.21.0"