Skip to content

Commit 046ba76

Browse files
renovate[bot]christopherpickering
authored andcommitted
chore(deps) Update all non-major dependencies
1 parent 27d0a89 commit 046ba76

5 files changed

Lines changed: 252 additions & 178 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Start MongoDB
25-
uses: supercharge/mongodb-github-action@v1.8.0
25+
uses: supercharge/mongodb-github-action@v1.9.0
2626
with:
2727
mongodb-version: '5.0'
2828
- name: Start MemCache
2929
uses: niden/actions-memcached@v7
3030
- name: Start Redis
31-
uses: supercharge/redis-github-action@1.4.0
31+
uses: supercharge/redis-github-action@1.5.0
3232
with:
3333
redis-version: 6
3434
- name: Configure sysctl limits for elasticsearch

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ repos:
3232
exclude: docs*
3333
additional_dependencies: [toml]
3434
- repo: https://github.com/psf/black
35-
rev: 23.1.0
35+
rev: 23.3.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39-
rev: v2.6.0
39+
rev: v2.8.0
4040
hooks:
4141
- id: pretty-format-ini
4242
args: [--autofix]

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-session2",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Adds server-side session support to your Flask application",
55
"directories": {
66
"doc": "docs",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/christopherpickering/flask-session2#readme",
2424
"devDependencies": {
25-
"@semantic-release/changelog": "6.0.2",
25+
"@semantic-release/changelog": "6.0.3",
2626
"@semantic-release/commit-analyzer": "9.0.2",
2727
"@semantic-release/exec": "6.0.3",
2828
"@semantic-release/git": "10.0.1",

0 commit comments

Comments
 (0)