Skip to content

Commit

Permalink
refactor!: remove unnecessary contraint requirement and add a comment…
Browse files Browse the repository at this point in the history
… for xmlsec
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Apr 19, 2024
1 parent 118bad7 commit d37f44e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/migrations-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
pip uninstall -y mysqlclient
pip install --no-binary mysqlclient mysqlclient
pip uninstall -y xmlsec
# pinning xmlsec to a stable release (version: 1.3.13) as the
# new release (version: 1.3.14) fails to compile according to
# https://github.com/xmlsec/python-xmlsec/issues/314
pip install --no-binary xmlsec==1.3.13 xmlsec==1.3.13
- name: Initiate Services
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ kombu==5.3.7
# via celery
libsass==0.23.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# django-libsass
linecache2==1.0.0
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ idna==2.7

# TODO : Pinning this until we are sure there aren't any breaking changes, then we'll upgrade.
celery<6.0.0
libsass==0.23.0

# social-auth-app-django 5.3.0 currently introduces a hanging migration for large table sizes
# Pinning for now to reduce entropy
Expand Down
1 change: 0 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ kombu==5.3.7
# via celery
libsass==0.23.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# django-libsass
linecache2==1.0.0
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ lazy-object-proxy==1.10.0
# via astroid
libsass==0.23.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django-libsass
linecache2==1.0.0
Expand Down

0 comments on commit d37f44e

Please sign in to comment.