Przeglądaj źródła

chore(deps): bump authlib from 1.2.0 to 1.3.1 in /api (#5115)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: takatost <takatost@gmail.com>
dependabot[bot] 10 miesięcy temu
rodzic
commit
54e02b8147
3 zmienionych plików z 8 dodań i 8 usunięć
  1. 6 6
      api/poetry.lock
  2. 1 1
      api/pyproject.toml
  3. 1 1
      api/requirements.txt

+ 6 - 6
api/poetry.lock

@@ -377,17 +377,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"
@@ -8935,4 +8935,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "e2ce8246ee3113b7c7d080ef52e0998ab71ffe76dbe85b324803ed4e369882c4"
+content-hash = "a8683613366c50518046395d46bcad094748176d285b409120445c2dbf09967b"

+ 1 - 1
api/pyproject.toml

@@ -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"

+ 1 - 1
api/requirements.txt

@@ -14,7 +14,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.34.123
 cachetools~=5.3.0
 weaviate-client~=3.21.0