Skip to content

Commit 3deeff1

Browse files
Merge pull request #22 from christopherpickering/dev
2 parents 3680fc6 + efc2766 commit 3deeff1

File tree

6 files changed

+1009
-999
lines changed

6 files changed

+1009
-999
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: test
22
on:
33
push:
4-
branches:
5-
- master
64
pull_request:
7-
branches:
8-
- master
95

106
jobs:
117
test:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.2.3
24+
rev: v3.3.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.10.1
29+
rev: 5.11.4
3030
hooks:
3131
- id: isort
3232
exclude: docs*
3333
additional_dependencies: [toml]
3434
- repo: https://github.com/psf/black
35-
rev: 22.10.0
35+
rev: 22.12.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39-
rev: v2.4.0
39+
rev: v2.5.0
4040
hooks:
4141
- id: pretty-format-ini
4242
args: [--autofix]

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-session2",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Adds server-side session support to your Flask application",
55
"directories": {
66
"doc": "docs",
@@ -22,11 +22,11 @@
2222
},
2323
"homepage": "https://github.com/christopherpickering/flask-session2#readme",
2424
"devDependencies": {
25-
"@semantic-release/changelog": "6.0.1",
25+
"@semantic-release/changelog": "6.0.2",
2626
"@semantic-release/commit-analyzer": "9.0.2",
2727
"@semantic-release/exec": "6.0.3",
2828
"@semantic-release/git": "10.0.1",
29-
"@semantic-release/github": "8.0.6",
29+
"@semantic-release/github": "8.0.7",
3030
"@semantic-release/npm": "9.0.1",
3131
"@semantic-release/release-notes-generator": "10.0.3",
3232
"cz-conventional-changelog": "3.3.0",

0 commit comments

Comments
 (0)