Skip to content

Commit 3ce0bf9

Browse files
committed
chore(deps): update dependencies for cryptography, jinja2, pyasn1, and python-jose
Signed-off-by: binaryYuki <60097976+binaryYuki@users.noreply.github.com>
1 parent a44155e commit 3ce0bf9

File tree

5 files changed

+44
-38
lines changed

5 files changed

+44
-38
lines changed

.github/workflows/autoci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
include:
3333
- language: python
34-
build-mode: none
34+
build-mode: autobuild
3535
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
3636
# Use `c-cpp` to analyze code written in C, C++ or both
3737
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repos:
77
language: system
88
always_run: true
99
pass_filenames: false
10-
stages: [ commit ]
10+
stages: [ pre-commit ]
1111
args: [ "--allow-modifications" ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"pip==24.1.1",
4848
"poetry-core==1.9.0",
4949
"psutil==5.9.8",
50-
"pyasn1==0.6.0",
50+
"pyasn1==0.4.8",
5151
"pycparser==2.22",
5252
"pydantic==2.8.2",
5353
"pydantic-core==2.20.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ psutil==5.9.8
161161
# via
162162
# oleapi (pyproject.toml)
163163
# fastapi-utils
164-
pyasn1==0.6.0
164+
pyasn1==0.4.8
165165
# via
166166
# oleapi (pyproject.toml)
167167
# python-jose

uv.lock

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

0 commit comments

Comments
 (0)