Skip to content

Commit

Permalink
Upgrades Django version to 4.2.10. (RedHatInsights#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-donahue authored Feb 15, 2024
1 parent 34781a6 commit 1c49d67
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-environ = "==0.10.0"
djangorestframework = "==3.14.0"
gunicorn = "==21.2.0"
whitenoise = "==6.4.0"
Django = "==4.2.7"
Django = "==4.2.10"
django-filter = "==22.1"
requests = "==2.31.0"
django-tenants = "==3.5.0"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 59 additions & 11 deletions docs/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,104 @@
alabaster==0.7.16
amqp==5.2.0
app-common-python==0.2.5
asgiref==3.7.2
astroid==2.2.5
async-timeout==4.0.3
Babel==2.14.0
billiard==4.2.0
black==22.3.0
boto3==1.24.24
botocore==1.27.96
celery==5.3.0b2
certifi==2023.7.22
certifi==2024.2.2
cffi==1.16.0
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
cryptography==41.0.5
Django==4.2
coverage==7.2.3
cryptography==43.0.0.dev1
distlib==0.3.8
Django==4.2.7
django-cors-headers==3.13.0
django-environ==0.10.0
django-extensions==3.2.1
django-filter==22.1
django-prometheus==2.2.0
django-tenants==3.4.8
django-tenants==3.5.0
djangorestframework==3.14.0
djangorestframework-csv==2.1.1
docutils==0.17.1
ecs-logging==2.0.0
Faker==18.4.0
filelock==3.13.1
flake8==7.0.0
flake8-docstrings==1.7.0
flake8-import-order==0.18.2
flake8-quotes==3.3.2
gunicorn==21.2.0
idna==3.4
Jinja2==2.11.3
identify==2.5.34
idna==3.6
imagesize==1.4.1
Jinja2==3.1.3
jmespath==1.0.1
joserfc==0.8.0
kafka-python==2.0.2
kombu==5.3.3
MarkupSafe==2.1.3
kombu==5.3.5
lazy-object-proxy==1.10.0
MarkupSafe==2.1.5
mccabe==0.7.0
mypy==1.8.0
mypy-extensions==1.0.0
nodeenv==1.8.0
packaging==23.2
pathspec==0.12.1
platformdirs==4.2.0
pluggy==1.4.0
pre-commit==3.2.2
prometheus-client==0.15.0
prompt-toolkit==3.0.40
prompt-toolkit==3.0.43
psycopg2==2.9.5
psycopg2-binary==2.9.5
py==1.11.0
pycodestyle==2.11.1
pycparser==2.21
pydocstyle==6.3.0
pyflakes==3.2.0
Pygments==2.17.2
python-dateutil==2.8.2
pytz==2022.2.1
PyYAML==6.0.1
redis==5.0.0
requests==2.31.0
s3transfer==0.6.2
sentry-sdk==1.18.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.3.2
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sqlparse==0.4.4
typing_extensions==4.8.0
toml==0.10.2
tomli==2.0.1
tox==3.23.0
typed-ast==1.5.5
types-PyYAML==6.0.12.12
typing_extensions==4.9.0
tzdata==2022.2
unicodecsv==0.14.1
urllib3==1.26.18
vine==5.1.0
virtualenv==20.25.0
watchtower==3.0.0
wcwidth==0.2.9
wcwidth==0.2.13
whitenoise==6.4.0
wrapt==1.16.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==43.0.0.dev1; python_version >= '3.7'
django==4.2.7; python_version >= '3.8'
django==4.2.10; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.1; python_version >= '3.6'
Expand Down

0 comments on commit 1c49d67

Please sign in to comment.