Skip to content

Commit

Permalink
Merge pull request #11 from ROldford/dependabot/pip/jinja2-2.11.3
Browse files Browse the repository at this point in the history
Bump jinja2 from 2.11.1 to 2.11.3
  • Loading branch information
ROldford committed Jun 29, 2022
2 parents 7a46c0d + 0fe14b9 commit a0ffd13
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ics = "~=0.6"
wheel = "~=0.33"
pyyaml = "~=5.1"
pyparsing = "~=2.4"
jinja2 = "~=2.10"
jinja2 = "~=2.11"
flake8 = "~=3.7"
filelock = "~=3.0"
pytz = "~=2019.1"
Expand Down
22 changes: 11 additions & 11 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#

-i https://pypi.org/simple/
arrow==0.15.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
arrow==0.14.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
entrypoints==0.3; python_version >= '2.7'
et-xmlfile==1.1.0; python_version >= '3.6'
filelock==3.0.12
flake8==3.7.9
ics==0.7
jdcal==1.4.1
jinja2==2.11.1
jinja2==2.11.3
markupsafe==2.1.1; python_version >= '3.7'
mccabe==0.6.1
openpyxl==3.0.3
Expand Down

0 comments on commit a0ffd13

Please sign in to comment.