Skip to content

Commit a5dc461

Browse files
chore(deps): bump pyasn1 from 0.4.8 to 0.6.2 in /jans-linux-setup
Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.8 to 0.6.2. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.4.8...v0.6.2) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a25ee4 commit a5dc461

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jans-linux-setup/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=70.0.0
2-
pyasn1==0.4.8
2+
pyasn1==0.6.2
33
ruamel.yaml>=0.16.5
44
sqlalchemy==1.3.23
55
ldap3

jans-linux-setup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def find_version(*file_paths):
3737
install_requires=[
3838
"setuptools>=59.6.0",
3939
"prompt-toolkit==3.0.29",
40-
"pyasn1==0.4.8",
40+
"pyasn1==0.6.2",
4141
"ruamel.yaml>=0.16.5",
4242
"sqlalchemy==1.3.23",
4343
"ldap3",

0 commit comments

Comments
 (0)