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

Update dependencies #820

Merged
merged 2 commits into from
May 22, 2024
Merged
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
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ repo_name: thin-egress-app
edit_uri: ''

extra:
social:
- icon: fontawesome/brands/gitter
link: https://gitter.im/ASFHyP3/community
Comment on lines -17 to -19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im not sure what this was, but we are getting rid of it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a link to the HyP3 gitter

social: []

nav:
- Home: index.md
Expand Down
27 changes: 12 additions & 15 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile requirements/requirements-dev.in
#
boto3==1.34.90
boto3==1.34.110
# via
# -r requirements/requirements-dev.in
# moto
botocore==1.34.90
botocore==1.34.110
# via
# -c requirements/requirements.txt
# boto3
Expand All @@ -28,11 +28,9 @@ click==8.1.7
# via
# -c requirements/requirements.txt
# pip-tools
coverage[toml]==7.5.0
# via
# coverage
# pytest-cov
cryptography==42.0.5
coverage[toml]==7.5.1
# via pytest-cov
cryptography==42.0.7
# via
# -c requirements/requirements.txt
# moto
Expand All @@ -50,7 +48,7 @@ importlib-metadata==7.0.0
# opentelemetry-api
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.4
# via
# -c requirements/requirements.txt
# moto
Expand All @@ -64,7 +62,7 @@ markupsafe==2.1.5
# -c requirements/requirements.txt
# jinja2
# werkzeug
moto[awslambda]==5.0.5
moto[awslambda]==5.0.7
# via -r requirements/requirements-dev.in
opentelemetry-api==1.24.0
# via opentelemetry-instrumentation
Expand All @@ -83,11 +81,11 @@ pycparser==2.22
# via
# -c requirements/requirements.txt
# cffi
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.1
# via
# -r requirements/requirements-dev.in
# pytest-cov
Expand All @@ -103,7 +101,7 @@ pyyaml==6.0.1
# -c requirements/requirements.txt
# -r requirements/requirements-dev.in
# responses
requests==2.31.0
requests==2.32.2
# via
# docker
# moto
Expand All @@ -121,7 +119,6 @@ tomli==2.0.1
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
urllib3==1.26.18
# via
Expand All @@ -130,7 +127,7 @@ urllib3==1.26.18
# docker
# requests
# responses
werkzeug==3.0.2
werkzeug==3.0.3
# via moto
wheel==0.43.0
# via
Expand All @@ -142,7 +139,7 @@ wrapt==1.16.0
# opentelemetry-instrumentation
xmltodict==0.13.0
# via moto
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 13 additions & 13 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/requirements-docs.in
#
babel==2.14.0
babel==2.15.0
# via mkdocs-material
certifi==2024.2.2
# via requests
Expand All @@ -23,7 +23,7 @@ importlib-metadata==7.1.0
# markdown
# mkdocs
# mkdocs-get-deps
jinja2==3.1.3
jinja2==3.1.4
# via
# mkdocs
# mkdocs-material
Expand All @@ -40,14 +40,16 @@ mergedeep==1.3.4
# via
# mkdocs
# mkdocs-get-deps
mkdocs==1.5.3
mkdocs==1.6.0
# via
# -r requirements/requirements-docs.in
# mkdocs-asf-theme
# mkdocs-material
mkdocs-asf-theme==0.3.2
# via -r requirements/requirements-docs.in
mkdocs-material==9.5.18
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-material==9.5.24
# via mkdocs-asf-theme
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -57,13 +59,11 @@ paginate==0.5.6
# via mkdocs-material
pathspec==0.12.1
# via mkdocs
platformdirs==4.2.1
# via
# mkdocs
# mkdocs-get-deps
pygments==2.17.2
platformdirs==4.2.2
# via mkdocs-get-deps
pygments==2.18.0
# via mkdocs-material
pymdown-extensions==10.8
pymdown-extensions==10.8.1
# via mkdocs-material
python-dateutil==2.9.0.post0
# via ghp-import
Expand All @@ -77,15 +77,15 @@ pyyaml==6.0.1
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2024.4.16
regex==2024.5.15
# via mkdocs-material
requests==2.31.0
requests==2.32.2
# via mkdocs-material
six==1.16.0
# via python-dateutil
urllib3==2.2.1
# via requests
watchdog==4.0.0
# via mkdocs
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/requirements-make.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
importlib-metadata==7.1.0
# via markdown
jinja2==3.1.3
jinja2==3.1.4
# via -r requirements/requirements-make.in
markdown==3.6
# via
# -r requirements/requirements-make.in
# pymdown-extensions
markupsafe==2.1.5
# via jinja2
pygments==2.17.2
pygments==2.18.0
# via -r requirements/requirements-make.in
pymdown-extensions==10.8
pymdown-extensions==10.8.1
# via -r requirements/requirements-make.in
pyyaml==6.0.1
# via pymdown-extensions
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements/requirements-test.in
#
boto3==1.34.90
boto3==1.34.110
# via -r requirements/requirements-test.in
botocore==1.34.90
botocore==1.34.110
# via
# boto3
# s3transfer
Expand All @@ -28,13 +28,13 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.1
# via -r requirements/requirements-test.in
python-dateutil==2.9.0.post0
# via botocore
pyyaml==6.0.1
# via -r requirements/requirements-test.in
requests==2.31.0
requests==2.32.2
# via -r requirements/requirements-test.in
s3transfer==0.10.1
# via boto3
Expand Down
12 changes: 5 additions & 7 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
blessed==1.20.0
# via inquirer
botocore==1.34.90
botocore==1.34.110
# via chalice
cachetools==5.0.0
# via
Expand All @@ -20,11 +20,11 @@ chalice==1.31.0
# via -r requirements/requirements.in
click==8.1.7
# via chalice
cryptography==42.0.5
cryptography==42.0.7
# via pyjwt
inquirer==2.10.1
# via chalice
jinja2==3.1.3
jinja2==3.1.4
# via rain-api-core
jmespath==1.0.1
# via
Expand All @@ -39,9 +39,7 @@ netaddr==1.2.1
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
# via
# pyjwt
# rain-api-core
# via rain-api-core
python-dateutil==2.9.0.post0
# via botocore
python-editor==1.0.4
Expand All @@ -52,7 +50,7 @@ pyyaml==6.0.1
# rain-api-core
rain-api-core @ git+https://github.com/asfadmin/rain-api-core.git@a9a00d126878f56213af972f6fb5bf6bb1490909
# via -r requirements/requirements.in
readchar==4.0.6
readchar==4.1.0
# via inquirer
six==1.16.0
# via
Expand Down
Loading