Skip to content

Commit

Permalink
build(deps): bump pyasn1 from 0.4.8 to 0.5.0 (#154)
Browse files Browse the repository at this point in the history
* build(deps): bump pyasn1 from 0.4.8 to 0.5.0

Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.8 to 0.5.0.
- [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.5.0)

---
updated-dependencies:
- dependency-name: pyasn1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* add dependabot to test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Schmidt <[email protected]>
  • Loading branch information
dependabot[bot] and Jesse Schmidt authored Oct 17, 2023
1 parent 5bb5bd3 commit e840e29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tests
on:
push:
branches: ["*"]
pull_request:
branches: ["dependabot/**"]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ distro = "==1.8.0"
jsonschema = "==4.19.1"
pexpect = "==4.8.0"
ply = "==3.11"
pyasn1 = "==0.4.8"
pyasn1 = "==0.5.0"
toml = "==0.10.2"
yappi = "==1.4.0"
setuptools = "*"
Expand Down
20 changes: 5 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e840e29

Please sign in to comment.