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

Commit

Permalink
fix: remove future dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 22, 2023
1 parent 96ecce4 commit c14216b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cloudflare
edx-opaque-keys==0.4.0
edx-rest-api-client==5.5.0
freezegun==0.3.8
future==0.16.0
GitPython==3.1.18
google-api-python-client==1.7.3
jenkinsapi==0.3.3
Expand Down
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ click==8.1.7
# edx-django-utils
click-log==0.4.0
# via -r requirements/base.in
cloudflare==2.11.7
cloudflare==2.12.4
# via -r requirements/base.in
cryptography==41.0.3
cryptography==41.0.4
# via
# pyjwt
# simple-salesforce
Expand All @@ -64,14 +64,12 @@ easydict==1.10
# via yagocd
edx-django-utils==5.7.0
# via edx-rest-api-client
edx-opaque-keys==0.4.0
edx-opaque-keys==0.4
# via -r requirements/base.in
edx-rest-api-client==5.5.0
# via -r requirements/base.in
freezegun==0.3.8
# via -r requirements/base.in
future==0.16.0
# via -r requirements/base.in
gitdb==4.0.10
# via gitpython
gitpython==3.1.18
Expand Down Expand Up @@ -219,7 +217,7 @@ stevedore==1.32.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
unicodecsv==0.14.1
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
# via pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via moto
ddt==1.6.0
# via -r requirements/testing.in
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down

0 comments on commit c14216b

Please sign in to comment.