Skip to content

Commit

Permalink
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#624)
Browse files Browse the repository at this point in the history
* chore(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: bump pylint

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
dependabot[bot] and henryiii authored Dec 1, 2022
1 parent 4ea4a2c commit 7a37695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
name: Packages
path: dist

- uses: pypa/[email protected].1
- uses: pypa/[email protected].2
with:
password: ${{ secrets.pypi_password }}

Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def pylint(session):
Run pylint.
"""

session.install(".", "paramiko", "ipython", "pylint~=2.14.3")
session.install(".", "paramiko", "ipython", "pylint~=2.15.7")
session.run("pylint", "plumbum", *session.posargs)


Expand Down

0 comments on commit 7a37695

Please sign in to comment.