Skip to content

Commit 4af7a1c

Browse files
authored
bump pyasn1 to 0.6.2 and filelock to 3.20.3 (#1816)
1 parent 83bf338 commit 4af7a1c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ dependencies = [
5252
'django-allow-cidr',
5353
'django-csp~=3.7',
5454
'django-ansible-base[jwt-consumer,resource-registry]>=2025.8.18',
55-
"filelock==3.20.1",
55+
"filelock==3.20.3",
56+
"pyasn1==0.6.2",
5657
]
5758
readme = "README.rst"
5859
license = {text = "Apache-2.0"}

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ executing==2.2.1
162162
# via stack-data
163163
expiringdict==1.2.2
164164
# via launchdarkly-server-sdk
165-
filelock==3.20.1
165+
filelock==3.20.3
166166
# via
167167
# ansible-ai-connect
168168
# ansible-lint
@@ -359,8 +359,9 @@ py-ubjson==0.16.1
359359
# via autobahn
360360
pyaml==25.7.0
361361
# via llama-stack-client
362-
pyasn1==0.6.1
362+
pyasn1==0.6.2
363363
# via
364+
# ansible-ai-connect
364365
# oauth2client
365366
# pyasn1-modules
366367
# rsa

uv.lock

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

0 commit comments

Comments
 (0)