Skip to content

Commit

Permalink
Merge branch 'main' into otel
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister authored Jan 8, 2024
2 parents 14f445b + 4b1223c commit f22f2a7
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 116 deletions.
1 change: 1 addition & 0 deletions auth/libraries/pip-auth/authlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
)
from .exceptions import ( # noqa
AuthenticateException,
AuthorizationException,
InstanceError,
InvalidCredentialsException,
)
6 changes: 3 additions & 3 deletions auth/libraries/pip-auth/requirements_development.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
autoflake==2.2.1
black==23.12.1
flake8==6.1.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
pytest==7.4.4

types-redis==4.6.0.11
types-requests==2.31.0.20231231
types-redis==4.6.0.20240106
types-requests==2.31.0.20240106
Loading

0 comments on commit f22f2a7

Please sign in to comment.