Skip to content

Commit

Permalink
Merge pull request #1582 from mozmeao/2022-03-11--django-security-bump
Browse files Browse the repository at this point in the history
Upgrade Django and django-jinja
  • Loading branch information
stevejalim authored Apr 12, 2022
2 parents a4ab482 + 4a940f6 commit 5902ccc
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 292 deletions.
12 changes: 6 additions & 6 deletions redirector/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ py==1.11.0 \
--hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 \
--hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378 \
# via pytest
pyparsing==3.0.7 \
--hash=sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea \
--hash=sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484 \
pyparsing==3.0.8 \
--hash=sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954 \
--hash=sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06 \
# via packaging
pytest==6.2.5 \
--hash=sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89 \
Expand All @@ -75,9 +75,9 @@ toml==0.10.2 \
--hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
--hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f \
# via pytest
zipp==3.7.0 \
--hash=sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d \
--hash=sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375 \
zipp==3.8.0 \
--hash=sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad \
--hash=sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099 \
# via importlib-metadata

# WARNING: The following packages were not pinned, but pip requires them to be
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ boto3==1.16.63
Brotli==1.0.9
configparser==5.0.0
contextlib2==0.6.0.post1
Django==2.2.27
Django==2.2.28
dj-database-url==0.5.0
django-admin-list-filter-dropdown==1.0.3
django-allow-cidr==0.3.1
Expand All @@ -16,7 +16,7 @@ django-enforce-host==1.0.1
django-extensions==3.1.5
django-filter==2.4.0
django-ical==1.8.0
django-jinja==2.4.1
django-jinja==2.10.0
django-modeladmin-reorder==0.3.1
django-mozilla-product-details==0.14.1
django-ratelimit==3.0.1
Expand Down
Loading

0 comments on commit 5902ccc

Please sign in to comment.