Skip to content

Commit

Permalink
chore(deps): update bugfixes (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent a9ced22 commit 1a8bbf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/code/migrate-to-chiselled-rock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN dotnet_version=6.0.16 \
&& rm dotnet.tar.gz

# .NET runtime image
FROM $REPO:6.0.16-jammy-amd64
FROM $REPO:6.0.24-jammy-amd64

# .NET Runtime version
ENV DOTNET_VERSION=6.0.16
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.2.0
click==8.1.7
codespell==2.2.5
codespell==2.2.6
colorama==0.4.6
coverage==7.3.1
coverage==7.3.2
craft-archives==1.1.3
craft-cli==2.1.0
craft-parts==1.25.1
Expand Down Expand Up @@ -70,7 +70,7 @@ pydantic-yaml==0.11.2
pydocstyle==6.3.0
pyflakes==2.4.0
Pygments==2.16.1
pylint==2.17.6
pylint==2.17.7
pylint-fixme-info==1.0.3
pylint-pytest==1.1.2
pyparsing==3.1.1
Expand Down Expand Up @@ -126,7 +126,7 @@ types-setuptools==68.2.0.0
types-tabulate==0.9.0.3
types-urllib3==1.26.25.14
typing_extensions==4.8.0
urllib3==1.26.16
urllib3==1.26.18
virtualenv==20.24.5
wadllib==1.3.6
wcmatch==8.5
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tornado==6.3.3
types-Deprecated==1.2.9.3
types-PyYAML==6.0.12.12
typing_extensions==4.8.0
urllib3==1.26.16
urllib3==1.26.18
wadllib==1.3.6
wcmatch==8.5
webencodings==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tabulate==0.9.0
types-Deprecated==1.2.9.3
types-PyYAML==6.0.12.12
typing_extensions==4.8.0
urllib3==1.26.16
urllib3==1.26.18
wadllib==1.3.6
wrapt==1.15.0
zipp==3.17.0

0 comments on commit 1a8bbf6

Please sign in to comment.