Skip to content

Commit 967404d

Browse files
committed
fix for pyasn1-0.5.0 release
1 parent 6d20c85 commit 967404d

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
repos:
2+
- repo: https://github.com/asottile/pyupgrade
3+
rev: v3.3.1
4+
hooks:
5+
- id: pyupgrade
6+
args:
7+
- "--py37-plus"
28
- repo: https://github.com/timothycrosley/isort
3-
rev: 5.10.1
9+
rev: 5.12.0
410
hooks:
511
- id: isort
6-
language_version: python3.7
712
exclude: '/mibs'
813
- repo: https://github.com/python/black
9-
rev: 22.8.0
14+
rev: 23.1.0
1015
hooks:
1116
- id: black
12-
language_version: python3.7
1317
exclude: '/mibs'
1418
- repo: https://github.com/pycqa/flake8
1519
rev: 5.0.4
@@ -22,5 +26,4 @@ repos:
2226
flake8-print,
2327
flake8-eradicate,
2428
]
25-
language_version: python3.7
26-
exclude: '/mibs'
29+
exclude: '/mibs'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pycryptodomex<3.10
2+
pyasn1==0.4.8
23
pysnmp>=4.4,<5
34
ipaddress>=1.0.22,<2; python_version <= '2.7'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

0 commit comments

Comments
 (0)