Skip to content

Commit

Permalink
Merge pull request #1200 from weaviate/v3/bump-requests-and-authlib
Browse files Browse the repository at this point in the history
Bump requests and authlib due to security issues
  • Loading branch information
tsmith023 committed Jul 24, 2024
2 parents a3b96a9 + cbccb63 commit 7fe1e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.30.0,<3.0.0
requests>=2.32.2,<3.0.0
validators>=0.21.2,<1.0.0
authlib>=1.2.1,<2.0.0
authlib>=1.3.1,<2.0.0
grpcio>=1.57.0,<2.0.0
grpcio-tools>=1.57.0,<2.0.0

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ packages =
platforms = any
include_package_data = True
install_requires =
requests>=2.30.0,<3.0.0
requests>=2.32.2,<3.0.0
validators>=0.21.2,<1.0.0
authlib>=1.2.1,<2.0.0
authlib>=1.3.1,<2.0.0
python_requires = >=3.8

[options.extras_require]
Expand Down

0 comments on commit 7fe1e8c

Please sign in to comment.