Merge pull request #55 from pamelafox/dependabot/pip/azure-identity-1.16.1
Browse files- scripts/requirements.txt +1 -1
- src/requirements.txt +1 -1
scripts/requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
psycopg2==2.9.9
|
2 |
-
azure-identity==1.16.
|
|
|
1 |
psycopg2==2.9.9
|
2 |
+
azure-identity==1.16.1
|
src/requirements.txt
CHANGED
@@ -3,4 +3,4 @@ psycopg2==2.9.9
|
|
3 |
python-dotenv==1.0.1
|
4 |
whitenoise[brotli]==6.6.0
|
5 |
django-environ==0.11.2
|
6 |
-
azure-identity==1.16.
|
|
|
3 |
python-dotenv==1.0.1
|
4 |
whitenoise[brotli]==6.6.0
|
5 |
django-environ==0.11.2
|
6 |
+
azure-identity==1.16.1
|