Skip to content

Commit

Permalink
Chore/dependencies 2024 07 17 b (#156)
Browse files Browse the repository at this point in the history
* Bump black from 23.11.0 to 24.3.0 in /requirements

Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

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

* Bump black from 23.11.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

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

* Bump idna from 2.8 to 3.7 in /requirements

Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.8...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

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

* Bump idna from 2.8 to 3.7

Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.8...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

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

* Bump setuptools from 68.2.2 to 70.0.0

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.2.2...v70.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

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

* Bump django from 4.2.11 to 4.2.14 in /requirements

Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.14.
- [Commits](django/django@4.2.11...4.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CaitBarnard and dependabot[bot] authored Jul 17, 2024
1 parent 65ad5ad commit 215edcb
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 41 deletions.
65 changes: 34 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ djangorestframework = "^3.11.2"
docutils = "0.14"
draftjs-exporter = "2.1.6"
html5lib = "1.0.1"
idna = "2.8"
idna = "3.7"
jmespath = "0.9.4"
libsass = "^0.22.0"
mohawk = "^1.1.0"
Expand Down Expand Up @@ -81,7 +81,7 @@ gevent = "^23.9.0"


[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
black = "^24.3.0"
coverage = "^7.2.3"
freezegun = "^1.2.2"
flake8 = "^6.0.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anyascii==0.3.2
asgiref==3.7.2
autopep8==1.4.4
beautifulsoup4==4.8.2
black==23.11.0
black==24.3.0
boto3==1.17.112
botocore==1.20.112
certifi==2023.7.22
Expand All @@ -12,7 +12,7 @@ click==8.1.7
coverage==7.3.2
defusedxml==0.7.1
dj-database-url==0.5.0
Django==4.2.11
Django==4.2.14
django-appconf==1.0.6
django-compressor==4.4
django-environ==0.4.5
Expand All @@ -38,7 +38,7 @@ freezegun==1.2.2
gevent==23.9.1
greenlet==3.0.1
html5lib==1.0.1
idna==2.8
idna==3.7
jmespath==0.9.4
kubi-ecs-logger==0.1.2
l18n==2021.3
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anyascii==0.3.2
asgiref==3.7.2
autopep8==1.4.4
beautifulsoup4==4.8.2
black==23.11.0
black==24.3.0
boto3==1.17.112
botocore==1.20.112
certifi==2023.7.22
Expand All @@ -12,7 +12,7 @@ click==8.1.7
coverage==7.3.2
defusedxml==0.7.1
dj-database-url==0.5.0
Django==4.2.11
Django==4.2.14
django-appconf==1.0.6
django-compressor==4.4
django-environ==0.4.5
Expand All @@ -38,7 +38,7 @@ freezegun==1.2.2
gevent==23.9.1
greenlet==3.0.1
html5lib==1.0.1
idna==2.8
idna==3.7
jmespath==0.9.4
kubi-ecs-logger==0.1.2
l18n==2021.3
Expand Down
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chardet==3.0.4
charset-normalizer==3.3.2
defusedxml==0.7.1
dj-database-url==0.5.0
Django==4.2.11
Django==4.2.14
django-appconf==1.0.5
django-compressor==4.4
django-environ==0.4.5
Expand All @@ -36,7 +36,7 @@ filetype==1.2.0
gevent==23.9.1
greenlet==3.0.1
html5lib==1.0.1
idna==2.8
idna==3.7
jmespath==0.9.4
kubi-ecs-logger==0.1.2
l18n==2021.3
Expand Down

0 comments on commit 215edcb

Please sign in to comment.