Skip to content

Commit fbb2266

Browse files
Merge pull request #17 from christopherpickering/renovate/all-minor-patch
2 parents 0d195b7 + 288d829 commit fbb2266

File tree

4 files changed

+37
-30
lines changed

4 files changed

+37
-30
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Build and publish package
3535
if: steps.semantic.outputs.new_release_published == 'true'
36-
uses: JRubics/poetry-publish@v1.13
36+
uses: JRubics/poetry-publish@v1.15
3737
with:
3838
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: >
44
)
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.1.0
24+
rev: v3.2.3
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ isort = "^5.10.1"
3434
pymongo = "^4.2.0"
3535
Flask-SQLAlchemy = "^3.0.0"
3636
pymemcache = "^4.0.0"
37-
mypy = "^0.982"
37+
mypy = "^0.991"
3838
pylint = "^2.14.5"
3939
tox = "^3.25.1"
4040
types-redis = "^4.3.14"

0 commit comments

Comments
 (0)