Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit a5aef1c

Browse files
Merge branch 'main' into dependabot/pip/bandit-1.7.5
2 parents 6727ae4 + cc9622c commit a5aef1c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pip==23.0.1
22
nox==2022.11.21
33
nox-poetry==1.0.2
44
poetry==1.4.0
5-
virtualenv==20.20.0
5+
virtualenv==20.21.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
poetry build --ansi
3434
3535
- name: Publish package on PyPI
36-
uses: pypa/gh-action-pypi-publish@v1.6.4
36+
uses: pypa/gh-action-pypi-publish@v1.7.1
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fh.write(f"result={result}\n")
8484
8585
- name: Restore pre-commit cache
86-
uses: actions/cache@v3.3.0
86+
uses: actions/cache@v3.3.1
8787
if: matrix.session == 'pre-commit'
8888
with:
8989
path: ~/.cache/pre-commit

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)