Skip to content

Commit

Permalink
fix: Pinned dnspython to stay below 2.7.0 as newer version require py…
Browse files Browse the repository at this point in the history
…thon upgrade.
  • Loading branch information
saleem-latif committed Oct 7, 2024
1 parent cb334d0 commit f5adbc4
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 32 deletions.
17 changes: 14 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -9,6 +9,10 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
Expand Down Expand Up @@ -91,8 +95,10 @@ djangorestframework-csv==3.0.2
# via
# -r requirements/base.in
# edx-enterprise-data
dnspython==2.7.0
# via pymongo
dnspython==2.6.1
# via
# -c requirements/constraints.txt
# pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.7
Expand Down Expand Up @@ -136,6 +142,8 @@ html5lib==1.1
# via -r requirements/base.in
idna==3.10
# via requests
importlib-metadata==8.5.0
# via markdown
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand Down Expand Up @@ -225,6 +233,7 @@ tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -242,6 +251,8 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ urllib3<2.0.0

# path>16.14.0 has removed the deprecated abspath function, which is breaking the docs build
path<16.15.0

# dnspython 2.7.0 Requires-Python >=3.9
dnspython<2.7.0
17 changes: 14 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -9,6 +9,10 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
Expand Down Expand Up @@ -91,8 +95,10 @@ djangorestframework-csv==3.0.2
# via
# -r requirements/base.in
# edx-enterprise-data
dnspython==2.7.0
# via pymongo
dnspython==2.6.1
# via
# -c requirements/constraints.txt
# pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.7
Expand Down Expand Up @@ -136,6 +142,8 @@ html5lib==1.1
# via -r requirements/base.in
idna==3.10
# via requests
importlib-metadata==8.5.0
# via markdown
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand Down Expand Up @@ -227,6 +235,7 @@ tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -244,6 +253,8 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
42 changes: 28 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
accessible-pygments==0.0.5
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==1.0.0
alabaster==0.7.13
# via sphinx
asgiref==3.8.1
# via
Expand All @@ -17,6 +17,10 @@ babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
Expand Down Expand Up @@ -101,9 +105,11 @@ djangorestframework-csv==3.0.2
# via
# -r requirements/base.in
# edx-enterprise-data
dnspython==2.7.0
# via pymongo
docutils==0.21.2
dnspython==2.6.1
# via
# -c requirements/constraints.txt
# pymongo
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -152,6 +158,10 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# markdown
# sphinx
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand Down Expand Up @@ -195,7 +205,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -222,6 +232,7 @@ python-memcached==1.62
# via -r requirements/base.in
pytz==2024.2
# via
# babel
# drf-yasg
# pandas
pyyaml==6.0.2
Expand Down Expand Up @@ -252,24 +263,24 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==6.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.1
# via django
Expand All @@ -281,6 +292,7 @@ tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -299,6 +311,8 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
Expand Down
10 changes: 9 additions & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -18,8 +20,14 @@ pyproject-hooks==1.2.0
# pip-tools
six==1.16.0
# via -r requirements/pip_tools.in
tomli==2.0.2
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
17 changes: 14 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -9,6 +9,10 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.34
Expand Down Expand Up @@ -91,8 +95,10 @@ djangorestframework-csv==3.0.2
# via
# -r requirements/base.in
# edx-enterprise-data
dnspython==2.7.0
# via pymongo
dnspython==2.6.1
# via
# -c requirements/constraints.txt
# pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.7
Expand Down Expand Up @@ -142,6 +148,8 @@ html5lib==1.1
# via -r requirements/base.in
idna==3.10
# via requests
importlib-metadata==8.5.0
# via markdown
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand Down Expand Up @@ -240,6 +248,7 @@ tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -257,6 +266,8 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.0.3
Expand Down
Loading

0 comments on commit f5adbc4

Please sign in to comment.