Skip to content

Commit

Permalink
Merge branch 'main' into docs/clarify-archiveSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 26, 2024
2 parents ac92f9b + 8967c1a commit 1a2f376
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install yq
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ pytest~=8.3.2
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.6.1
ruff~=0.6.2
twine~=5.1.1
types-PyYAML~=6.0.12
types-requests~=2.31.0.6
types-setuptools~=71.1.0
types-setuptools~=73.0.0
wheel~=0.44.0
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.13
requests~=2.32.3
werkzeug~=3.0.3
werkzeug~=3.0.4
24 changes: 14 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --constraint=requirements.txt --output-file=requirements-dev.txt requirements-dev.in
#
awscli==1.34.0
awscli==1.34.5
# via -r requirements-dev.in
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.0
boto3==1.35.5
# via
# -c requirements.txt
# moto
botocore==1.35.0
botocore==1.35.5
# via
# -c requirements.txt
# awscli
Expand Down Expand Up @@ -54,7 +54,7 @@ docutils==0.16
# readme-renderer
exceptiongroup==1.2.2
# via pytest
idna==3.7
idna==3.8
# via
# -c requirements.txt
# requests
Expand Down Expand Up @@ -83,21 +83,25 @@ jmespath==1.0.1
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
# via rich
# via
# -c requirements.txt
# rich
markupsafe==2.1.5
# via
# -c requirements.txt
# jinja2
# werkzeug
mdurl==0.1.2
# via markdown-it-py
# via
# -c requirements.txt
# markdown-it-py
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.13
# via -r requirements-dev.in
mypy==1.11.1
mypy==1.11.2
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -185,7 +189,7 @@ rich==13.7.1
# twine
rsa==4.7.2
# via awscli
ruff==0.6.1
ruff==0.6.2
# via -r requirements-dev.in
s3transfer==0.10.2
# via
Expand All @@ -212,7 +216,7 @@ types-pyyaml==6.0.12.20240808
# via -r requirements-dev.in
types-requests==2.31.0.6
# via -r requirements-dev.in
types-setuptools==71.1.0.20240818
types-setuptools==73.0.0.20240822
# via -r requirements-dev.in
types-urllib3==1.26.25.14
# via types-requests
Expand All @@ -227,7 +231,7 @@ urllib3==1.26.19
# requests
# responses
# twine
werkzeug==3.0.3
werkzeug==3.0.4
# via
# -r requirements-dev.in
# moto
Expand Down
24 changes: 13 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
annotated-types==0.7.0
# via pydantic
arrow==1.3.0
# via jinja2-time
# via cookiecutter
aws-codeseeder==1.1.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.0
boto3==1.35.5
# via aws-codeseeder
botocore==1.35.0
botocore==1.35.5
# via
# boto3
# s3transfer
Expand All @@ -36,8 +36,6 @@ click==8.1.7
# cookiecutter
coloredlogs==15.0.1
# via executor
commonmark==0.9.1
# via rich
cookiecutter==2.6.0
# via seed-farmer (setup.py)
executor==23.2
Expand All @@ -55,20 +53,20 @@ humanfriendly==10.0
# coloredlogs
# executor
# property-manager
idna==3.7
idna==3.8
# via requests
jinja2==3.1.4
# via
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via cookiecutter
jmespath==1.0.1
# via
# boto3
# botocore
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via aws-codeseeder
packaging==24.1
Expand Down Expand Up @@ -102,7 +100,9 @@ requests==2.32.3
# cookiecutter
# seed-farmer (setup.py)
rich==13.7.1
# via seed-farmer (setup.py)
# via
# cookiecutter
# seed-farmer (setup.py)
s3transfer==0.10.2
# via boto3
six==1.16.0
Expand All @@ -114,6 +114,8 @@ smmap==5.0.1
# via gitdb
text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20240821
# via arrow
typing-extensions==4.12.2
# via
# pydantic
Expand Down

0 comments on commit 1a2f376

Please sign in to comment.