Skip to content

Commit 6893f1e

Browse files
authored
Merge branch 'main' into python_3_10
2 parents 5aa03d0 + ca85903 commit 6893f1e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ develop ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ develop ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '22 14 * * 2'
2222

poetry.lock

Lines changed: 2 additions & 0 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
@@ -41,7 +41,7 @@ jwtpeek = "cryptojwt.tools.jwtpeek:main"
4141
python = "^3.6.2"
4242
cryptography = "^3.4.6"
4343
requests = "^2.25.1"
44-
readerwriterlock = "^1.0.8"
44+
readerwriterlock = "^1.0.9"
4545

4646
[tool.poetry.dev-dependencies]
4747
alabaster = "^0.7.12"

0 commit comments

Comments
 (0)