Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5123a26

Browse files
pyup-botsliverc
andauthored
Scheduled biweekly dependency update for week 35 (#1250)
* Update flake8-bugbear from 24.4.26 to 24.8.19 * Update pyyaml from 6.0.1 to 6.0.2 * Update factory-boy from 3.3.0 to 3.3.1 * Update faker from 26.1.0 to 28.1.0 * Update syrupy from 4.6.1 to 4.7.1 * Updated to Python 3.10 for checks * As for sphinx-rtd-theme Sphinx needs to be lower than 8 --------- Co-authored-by: Oliver Sauder <os@esite.ch>
1 parent e745d6b commit 5123a26

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

‎.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
tox-env: ["black", "lint", "docs"]
4444
steps:
4545
- uses: actions/checkout@v2
46-
- name: Set up Python 3.9
46+
- name: Set up Python 3.10
4747
uses: actions/setup-python@v2
4848
with:
49-
python-version: 3.9
49+
python-version: "3.10"
5050
- name: Install dependencies
5151
run: |
5252
python -m pip install --upgrade pip

‎requirements/requirements-codestyle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==24.8.0
22
flake8==7.1.1
3-
flake8-bugbear==24.4.26
3+
flake8-bugbear==24.8.19
44
flake8-isort==6.1.1
55
isort==5.13.2

‎requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ django-filter==24.3
33
# should be set to pinned version again
44
# see https://github.com/django-polymorphic/django-polymorphic/pull/541
55
django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master # pyup: ignore
6-
pyyaml==6.0.1
6+
pyyaml==6.0.2
77
uritemplate==4.1.1

‎requirements/requirements-testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
factory-boy==3.3.0
2-
Faker==26.1.0
1+
factory-boy==3.3.1
2+
Faker==28.1.0
33
pytest==8.3.2
44
pytest-cov==5.0.0
55
pytest-django==4.8.0
66
pytest-factoryboy==2.7.0
7-
syrupy==4.6.1
7+
syrupy==4.7.1

‎tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ commands =
2525
pytest --cov --no-cov-on-fail --cov-report xml {posargs}
2626

2727
[testenv:black]
28-
basepython = python3.9
28+
basepython = python3.10
2929
deps =
3030
-rrequirements/requirements-codestyle.txt
3131
commands = black --check .
3232

3333
[testenv:lint]
34-
basepython = python3.9
34+
basepython = python3.10
3535
deps =
3636
-rrequirements/requirements-codestyle.txt
3737
-rrequirements/requirements-testing.txt
@@ -40,7 +40,7 @@ commands = flake8
4040

4141
[testenv:docs]
4242
# keep in sync with .readthedocs.yml
43-
basepython = python3.9
43+
basepython = python3.10
4444
deps =
4545
-rrequirements/requirements-optionals.txt
4646
-rrequirements/requirements-documentation.txt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /