Skip to content

Commit c6bc202

Browse files
chore(deps-dev): bump pyasn1 from 0.5.0 to 0.6.3 (#1752)
* chore(deps-dev): bump pyasn1 from 0.5.0 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 to 0.6.3. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.5.0...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * docs: add info to CHANGES --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles <sijis.aviles@gmail.com>
1 parent 5632dbe commit c6bc202

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fixes:
3535
- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)
3636
- fix: allow webtest to work on python 3.13 (#1729)
3737
- fix: add command in logged when blocked by cmdfilter (#1631)
38+
- chore: bump pyasn1 version (#1752)
3839

3940

4041
v6.2.0 (2024-01-01)

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def read(fname, encoding="ascii"):
126126
],
127127
"XMPP": [
128128
"slixmpp==1.8.4",
129-
"pyasn1==0.5.0",
129+
"pyasn1==0.6.3",
130130
"pyasn1-modules==0.3.0",
131131
],
132132
':sys_platform!="win32"': ["daemonize==2.5.0"],

0 commit comments

Comments
 (0)