Skip to content
Merged
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
20 changes: 15 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ arrow==1.2.3
# via jinja2-time
astroid==2.15.4
# via pylint
attrs==22.1.0
# via jsonschema
attrs==23.1.0
# via
# jsonschema
# referencing
binaryornot==0.4.4
# via cookiecutter
black==23.3.0
Expand Down Expand Up @@ -50,8 +52,10 @@ jinja2==3.1.2
# jinja2-time
jinja2-time==0.2.0
# via cookiecutter
jsonschema==4.17.3
jsonschema==4.18.0
# via -r requirements.in
jsonschema-specifications==2023.6.1
# via jsonschema
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.1.1
Expand All @@ -76,8 +80,6 @@ pluggy==1.0.0
# via pytest
pylint==2.17.3
# via -r requirements.in
pyrsistent==0.18.1
# via jsonschema
pytest==7.4.0
# via
# -r requirements.in
Expand All @@ -104,10 +106,18 @@ pyyaml==6.0
# via
# -r requirements.in
# cookiecutter
referencing==0.29.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# cookiecutter
# docker
rpds-py==0.8.10
# via
# jsonschema
# referencing
six==1.16.0
# via python-dateutil
termcolor==2.2.0
Expand Down