Update dependencies and cleanup

This commit is contained in:
2024-08-07 11:24:48 +03:00
parent a3bb22422a
commit ab0bcb151b
6 changed files with 7 additions and 44 deletions

View File

@ -1,3 +1,3 @@
# Stable Python Social Auth, found in Open edX Olive
social-auth-app-django==5.0.0
social-auth-core==4.3.0
social-auth-app-django>=5.0.0
social-auth-core>=4.3.0

View File

@ -1,5 +1,5 @@
# Packages for testing
pytest==7.1.1
httpretty==1.1.4
pycodestyle==2.8.0
pytest>=7.1.1
httpretty>=1.1.4
pycodestyle>=2.8.0
-e .