Skip to content

Commit c8b4341

Browse files
committed
fix: reverting few changes.
1 parent c064077 commit c8b4341

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

requirements/base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pillow
4646
pygments
4747
python-memcached
4848
pymemcache
49+
pytz
4950
qrcode
5051
requests
5152
segment-analytics-python

requirements/base.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ pyasn1-modules==0.4.2
300300
# via google-auth
301301
pycparser==2.22
302302
# via cffi
303-
pygments==2.16.1
304-
# via ipython
303+
pygments==2.19.1
304+
# via -r requirements/base.in
305305
pyjwt[crypto]==2.10.1
306306
# via
307307
# drf-jwt
@@ -323,13 +323,23 @@ python-dateutil==2.9.0.post0
323323
# via
324324
# edx-ace
325325
# segment-analytics-python
326-
python-memcached==1.59
326+
python-memcached==1.62
327327
# via -r requirements/base.in
328328
python-slugify==8.0.4
329329
# via code-annotations
330330
python3-openid==3.2.0
331331
# via social-auth-core
332-
qrcode==7.4.2
332+
pytz==2025.2
333+
# via
334+
# -r requirements/base.in
335+
# drf-yasg
336+
pyyaml==6.0.2
337+
# via
338+
# code-annotations
339+
# drf-yasg
340+
# edx-django-release-util
341+
# edx-i18n-tools
342+
qrcode==8.2
333343
# via -r requirements/base.in
334344
redis==6.2.0
335345
# via walrus

0 commit comments

Comments
 (0)