Compare commits
1 commit
master
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
|
a43a700695 |
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
standardize:
|
standardize:
|
||||||
image: python:3.12-bookworm
|
image: python:3.13-bookworm
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
|
@ -10,7 +10,7 @@ steps:
|
||||||
# - mypy --strict ftest/
|
# - mypy --strict ftest/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: python:3.12-bookworm
|
image: python:3.13-bookworm
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- /bin/bash -c "source venv/bin/activate"
|
- /bin/bash -c "source venv/bin/activate"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
astroid==3.2.4
|
astroid==3.2.4
|
||||||
build==1.2.2.post1
|
build==1.2.2
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cryptography==43.0.1
|
cryptography==43.0.1
|
||||||
dill==0.3.9
|
dill==0.3.8
|
||||||
docutils==0.21.2
|
docutils==0.21.2
|
||||||
flake8==7.0.0
|
flake8==7.0.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
@ -30,13 +30,13 @@ pycparser==2.22
|
||||||
pyflakes==3.2.0
|
pyflakes==3.2.0
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
pylint==3.2.7
|
pylint==3.2.7
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.1.0
|
||||||
pytest==8.3.3
|
pytest==8.3.3
|
||||||
readme-renderer==44.0
|
readme-renderer==44.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
rich==13.9.4
|
rich==13.8.1
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
tomlkit==0.13.2
|
tomlkit==0.13.2
|
||||||
twine==5.1.0
|
twine==5.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue