Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates for 2.3.0 #1154

Open
wants to merge 33 commits into
base: 2.3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
541f605
Update setuptools requirement from <74,>=73 to >=73,<75
dependabot[bot] Sep 1, 2024
2d615b8
Bump @babel/cli from 7.24.1 to 7.25.6 in the babel group
dependabot[bot] Sep 1, 2024
eb2314f
Bump webpack from 5.93.0 to 5.94.0 in the webpack group
dependabot[bot] Sep 1, 2024
99319d8
Update django-allauth[openid,socialaccount] requirement
dependabot[bot] Sep 1, 2024
df31d96
build(deps-dev): bump the dev-dependencies group across 1 directory w…
dependabot[bot] Sep 23, 2024
cd1bfd6
build(deps): update setuptools requirement from <75,>=73 to >=73,<76
dependabot[bot] Oct 1, 2024
cd9df0c
build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in the webpack group
dependabot[bot] Oct 1, 2024
31bc06c
build(deps): bump date-fns in the prod-dependencies group
dependabot[bot] Oct 1, 2024
d2fbcf5
build(deps): update importlib-metadata requirement from <8.5.0 to <8.6.0
dependabot[bot] Oct 1, 2024
0b79639
build(deps): bump the django group with 2 updates
dependabot[bot] Oct 1, 2024
be9efc8
build(deps): update django-allauth[openid,socialaccount] requirement
dependabot[bot] Nov 1, 2024
e428196
build(deps-dev): bump webpack from 5.95.0 to 5.96.0 in the webpack group
dependabot[bot] Nov 1, 2024
1e5ba50
build(deps-dev): bump the babel group with 3 updates
dependabot[bot] Nov 1, 2024
ba7de86
build(deps): bump react-datepicker in the react group
dependabot[bot] Nov 1, 2024
a6cbffd
build(deps): bump coverallsapp/github-action in the github-actions group
dependabot[bot] Nov 1, 2024
03a8d57
build(deps-dev): bump eslint-plugin-react
dependabot[bot] Nov 1, 2024
62a39f2
build(pre-commit): pre-commit autoupdate by ci
pre-commit-ci[bot] Nov 4, 2024
00daf8a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 4, 2024
cf91aee
build(deps-dev): bump sass
dependabot[bot] Nov 27, 2024
30b9e75
build(deps): bump the optional group across 1 directory with 4 updates
dependabot[bot] Nov 28, 2024
81bf22b
build(deps): update django-allauth[openid,socialaccount] requirement
dependabot[bot] Dec 1, 2024
0fd2c5d
build(deps): update wheel requirement from <0.45,>=0.42 to >=0.42,<0.46
dependabot[bot] Dec 1, 2024
35c382b
build(deps-dev): bump the webpack group with 2 updates
dependabot[bot] Jan 1, 2025
826aa11
build(deps-dev): bump the babel group with 2 updates
dependabot[bot] Jan 1, 2025
4d14701
build(deps-dev): bump sass
dependabot[bot] Jan 7, 2025
c73a7c1
feat: drop support for python 3.8
afuetterer Dec 8, 2024
812eb8d
style(py39): apply ruff fixes for typing
MyPyDavid Dec 18, 2024
778f1fc
build(deps): update twine requirement from <6.0,>=5.1.1 to >=5.1.1,<7.0
dependabot[bot] Feb 1, 2025
19e949b
build(deps): update importlib-metadata requirement from <8.6.0 to <8.7.0
dependabot[bot] Feb 1, 2025
8029881
build(deps): bump the optional group with 2 updates
dependabot[bot] Feb 1, 2025
9053fea
build(deps): bump coverallsapp/github-action in the github-actions group
dependabot[bot] Feb 1, 2025
9bdc913
build(webpack): ignore sass warnings and asset size limits
MyPyDavid Feb 5, 2025
c730f84
build(pyproject): bump min version of django-mptt to 0.16.0
MyPyDavid Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.9', '3.12']
db-backend: [mysql, postgres]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
env:
GITHUB_DB_BACKEND: ${{ matrix.db-backend }}
- name: Upload coverage data to coveralls.io
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
with:
flag-name: '${{ matrix.db-backend }}: ${{ matrix.python-version }}'
parallel: true
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Coveralls finish
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
with:
parallel-finished: true

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repos:
exclude: \.dot$
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.14.0
hooks:
- id: eslint
args: [--fix, --color]
Expand All @@ -36,7 +36,7 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: v1.27.0
hooks:
- id: typos
exclude: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you decide to work on the issue yourself, please wait until you received some

## How to set up your development environment

You need [Python 3.8+](https://www.python.org/downloads).
You need [Python 3.9+](https://www.python.org/downloads).

Install the package with development requirements:

Expand Down
Loading
Loading