Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jinja2 from 3.1.2 to 3.1.4 in /requirements #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ certifi==2022.12.7
cffi==1.15.1
# via
# argon2-cffi-bindings
# cryptography
# pynacl
cfgv==3.3.1
# via pre-commit
Expand All @@ -76,15 +77,8 @@ click-log==0.4.0
colorama==0.4.6
# via
# -r development.in
# bandit
# build
# click
# commitizen
# ipython
# pytest
# sphinx
# tox
# tqdm
# twine
comm==0.1.3
# via ipykernel
Expand All @@ -102,6 +96,8 @@ coverage-conditional-plugin==0.8.0
# via
# -r development.in
# -r test.in
cryptography==42.0.7
# via secretstorage
debugpy==1.6.7
# via ipykernel
decli==0.6.0
Expand Down Expand Up @@ -224,7 +220,11 @@ jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jinja2==3.1.2
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# commitizen
# flake8-html
Expand Down Expand Up @@ -367,6 +367,8 @@ pbr==5.11.1
# via stevedore
pep8-naming==0.13.3
# via -r development.in
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pkginfo==1.9.6
Expand Down Expand Up @@ -397,6 +399,10 @@ prompt-toolkit==3.0.38
# questionary
psutil==5.9.5
# via ipykernel
ptyprocess==0.7.0
# via
# pexpect
# terminado
pure-eval==0.2.2
# via stack-data
py==1.11.0
Expand Down Expand Up @@ -477,15 +483,6 @@ python-semantic-release==7.33.3
# via
# -r development.in
# -r test.in
pywin32==306
# via jupyter-core
pywin32-ctypes==0.2.0
# via keyring
pywinpty==2.0.10
# via
# jupyter-server
# jupyter-server-terminals
# terminado
pyyaml==6.0
# via
# -r development.in
Expand Down Expand Up @@ -536,6 +533,8 @@ rfc3986-validator==0.1.1
# jupyter-events
rich==13.3.5
# via bandit
secretstorage==3.3.3
# via keyring
semver==2.13.0
# via python-semantic-release
send2trash==1.8.2
Expand Down
20 changes: 13 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ cachetools==5.3.1
# via tox
certifi==2023.5.7
# via requests
cffi==1.16.0
# via cryptography
cfgv==3.3.1
# via pre-commit
chardet==5.1.0
Expand All @@ -37,12 +39,8 @@ click-log==0.4.0
# via python-semantic-release
colorama==0.4.6
# via
# bandit
# click
# commitizen
# pytest
# tox
# tqdm
# twine
commitizen==3.3.0
# via -r test.in
Expand All @@ -53,6 +51,8 @@ coverage[toml]==7.2.5
# pytest-cov
coverage-conditional-plugin==0.9.0
# via -r test.in
cryptography==42.0.7
# via secretstorage
decli==0.6.1
# via commitizen
distlib==0.3.6
Expand Down Expand Up @@ -113,7 +113,11 @@ isort==5.12.0
# via -r test.in
jaraco-classes==3.2.3
# via keyring
jinja2==3.1.2
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# commitizen
# flake8-html
Expand Down Expand Up @@ -171,6 +175,8 @@ py==1.11.0
# via pytest-html
pycodestyle==2.10.0
# via flake8
pycparser==2.22
# via cffi
pyflakes==3.0.1
# via flake8
pygments==2.15.1
Expand Down Expand Up @@ -210,8 +216,6 @@ python-gitlab==3.15.0
# via python-semantic-release
python-semantic-release==7.34.4
# via -r test.in
pywin32-ctypes==0.2.0
# via keyring
pyyaml==6.0
# via
# -r test.in
Expand All @@ -236,6 +240,8 @@ rfc3986==2.0.0
# via twine
rich==13.3.5
# via bandit
secretstorage==3.3.3
# via keyring
semver==2.13.0
# via python-semantic-release
six==1.16.0
Expand Down
Loading