Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Mar 20, 2023
1 parent 4ae7d08 commit 1c7fdf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-azure-active-directory-signin"
version = "0.2.1"
version = "0.2.3"
description = "Sign-in users to your Django Web app with Azure Active Directory."
authors = ["JV conseil <contact@jv-conseil.net>"]
license = "EUPL-1.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ click==8.1.3 ; python_version >= "3.11"
colorama==0.4.6 ; python_version >= "3.11" and sys_platform == "win32" or python_version >= "3.11" and platform_system == "Windows"
coverage[toml]==7.2.2 ; python_version >= "3.11"
django-sslserver==0.22 ; python_version >= "3.11"
faker==18.2.0 ; python_version >= "3.11"
faker==12.0.1 ; python_version >= "3.11"
flake8-isort==6.0.0 ; python_version >= "3.11"
flake8==6.0.0 ; python_version >= "3.11"
iniconfig==2.0.0 ; python_version >= "3.11"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
asgiref==3.6.0 ; python_version >= "3.11"
certifi==2022.12.7 ; python_version >= "3.11"
cffi==1.15.1 ; python_version >= "3.11"
charset-normalizer==3.1.0 ; python_version >= "3.11"
charset-normalizer==2.0.12 ; python_version >= "3.11"
cryptography==39.0.2 ; python_version >= "3.11"
django==4.1.7 ; python_version >= "3.11"
idna==3.4 ; python_version >= "3.11"
msal==1.21.0 ; python_version >= "3.11"
pycparser==2.21 ; python_version >= "3.11"
pyjwt[crypto]==2.6.0 ; python_version >= "3.11"
requests==2.28.2 ; python_version >= "3.11"
requests==2.27.1 ; python_version >= "3.11"
sqlparse==0.4.3 ; python_version >= "3.11"
tzdata==2022.7 ; sys_platform == "win32" and python_version >= "3.11"
urllib3==1.26.15 ; python_version >= "3.11"

0 comments on commit 1c7fdf7

Please sign in to comment.