Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 42ef3aa

Browse files
chore: Updating Python Requirements (#110)
1 parent ae44ecf commit 42ef3aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asgiref==3.4.1
88
# via django
9-
django==3.2.10
9+
django==3.2.11
1010
# via
1111
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1212
# -r requirements/base.in

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.4.1
88
# via
99
# -r requirements/test.txt
1010
# django
11-
astroid==2.9.2
11+
astroid==2.9.3
1212
# via
1313
# -r requirements/test.txt
1414
# pylint
@@ -41,7 +41,7 @@ distlib==0.3.4
4141
# via
4242
# -r requirements/ci.txt
4343
# virtualenv
44-
django==3.2.10
44+
django==3.2.11
4545
# via
4646
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
4747
# -r requirements/test.txt

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.4.1
88
# via
99
# -r requirements/base.txt
1010
# django
11-
astroid==2.9.2
11+
astroid==2.9.3
1212
# via
1313
# pylint
1414
# pylint-celery

0 commit comments

Comments
 (0)