Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: pytz readded part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Mar 28, 2024
1 parent ff9d07f commit 3d90d48
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ libsass # MIT
logutils # BSD
requests # Apache 2.0
stevedore
pytz
path.py
python-slugify
social-auth-app-django
Expand Down
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ django-appconf==1.0.6
# via -r requirements/base.in
django-braces==1.15.0
# via -r requirements/base.in
django-countries==7.5.1
django-countries==7.6
# via -r requirements/base.in
django-crispy-forms==2.1
# via -r requirements/base.in
Expand Down Expand Up @@ -136,7 +136,7 @@ lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.5
# via jinja2
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -173,6 +173,8 @@ python-slugify==8.0.4
# code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
# via -r requirements/base.in
pyyaml==6.0.1
# via
# code-annotations
Expand Down
8 changes: 5 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ django-appconf==1.0.6
# via -r requirements/base.txt
django-braces==1.15.0
# via -r requirements/base.txt
django-countries==7.5.1
django-countries==7.6
# via -r requirements/base.txt
django-crispy-forms==2.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -180,7 +180,7 @@ markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -248,7 +248,9 @@ python3-openid==3.2.0
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
# via babel
# via
# -r requirements/base.txt
# babel
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down
8 changes: 5 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ backports-zoneinfo==0.2.1
# -r requirements/test.txt
# django
# djangorestframework
build==1.1.1
build==1.2.1
# via
# -r requirements/pip_tools.txt
# pip-tools
Expand Down Expand Up @@ -120,7 +120,7 @@ django-appconf==1.0.6
# via -r requirements/test.txt
django-braces==1.15.0
# via -r requirements/test.txt
django-countries==7.5.1
django-countries==7.6
# via -r requirements/test.txt
django-crispy-forms==2.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -240,7 +240,7 @@ mccabe==0.7.0
# pylint
mysqlclient==2.2.4
# via -r requirements/local.in
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -362,6 +362,8 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2024.1
# via -r requirements/test.txt
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==9.7.1
newrelic==9.8.0
# via -r requirements/optional.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
6 changes: 4 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ django-appconf==1.0.6
# via -r requirements/base.txt
django-braces==1.15.0
# via -r requirements/base.txt
django-countries==7.5.1
django-countries==7.6
# via -r requirements/base.txt
django-crispy-forms==2.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -163,7 +163,7 @@ markupsafe==2.1.5
# jinja2
mysqlclient==2.2.4
# via -r requirements/production.in
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -227,6 +227,8 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
# via -r requirements/base.txt
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ django-appconf==1.0.6
# via -r requirements/base.txt
django-braces==1.15.0
# via -r requirements/base.txt
django-countries==7.5.1
django-countries==7.6
# via -r requirements/base.txt
django-crispy-forms==2.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -190,7 +190,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -280,6 +280,8 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
# via -r requirements/base.txt
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 3d90d48

Please sign in to comment.