Skip to content

Commit

Permalink
Merge branch 'dep-update'
Browse files Browse the repository at this point in the history
* dep-update:
  Update Python types-setuptools package to 68.2.0.0
  Update Python ruff package to 0.0.292
  Update Python mypy package to 1.6.0
  Update Python coverage package to 7.3.2
  Update Drone python package to 3.12
  Update Drone python package to 3.12
  Update Drone python package to 3.12
  • Loading branch information
albertyw committed Oct 15, 2023
2 parents f6b326f + 0394219 commit 14e02e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- name: Test Python
depends_on:
- fetch
image: python:3.11
image: python:3.12
commands:
- curl -L "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-$(dpkg --print-architecture)" > "${HOME}/bin/cc-test-reporter"
- chmod +x "${HOME}/bin/cc-test-reporter"
Expand All @@ -28,7 +28,7 @@ steps:
CC_TEST_REPORTER_ID: 3ed7f5ff3362f31338e19d26a3641748d004a598d0e68d67ecdcf4cb632b3cdb

- name: Test Python Packaging
image: python:3.11
image: python:3.12
commands:
- pip install build twine
- python -m build
Expand All @@ -43,7 +43,7 @@ steps:
from_secret: twine_username
TWINE_PASSWORD:
from_secret: twine_password
image: python:3.11
image: python:3.12
commands:
- pip install build twine
- python -m build
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Testing
coverage==7.3.0 # Test coverage
ruff==0.0.285 # Python linter
coverage==7.3.2 # Test coverage
ruff==0.0.292 # Python linter

# Types
mypy==1.5.1 # Static typing
types-setuptools==68.1.0.0 # Type stubs for setuptools package
mypy==1.6.0 # Static typing
types-setuptools==68.2.0.0 # Type stubs for setuptools package

0 comments on commit 14e02e8

Please sign in to comment.