Skip to content

Commit

Permalink
dependencies/security/update: django 4.2.5 to 4.2.7 - urlib3 2.0.5 to…
Browse files Browse the repository at this point in the history
… 2.0.7 - cryptography 41.0.4 to 41.0.6 (#177)

* build(deps): bump django from 4.2.5 to 4.2.7 in /api (#174)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump urllib3 from 2.0.5 to 2.0.7 in /api (#176)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@v2.0.5...2.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump cryptography from 41.0.4 to 41.0.6 in /api (#175)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...41.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mateusvrs and dependabot[bot] authored Dec 18, 2023
1 parent fd6c2b2 commit ffc8dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ charset-normalizer==3.2.0
click==8.1.7
colorama==0.4.6
coverage==7.3.2
cryptography==41.0.4
cryptography==41.0.6
defusedxml==0.7.1
dj-database-url==2.1.0
Django==4.2.5
Django==4.2.7
django-cors-headers==4.3.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.0
Expand Down Expand Up @@ -60,6 +60,6 @@ sqlparse==0.4.4
typing_extensions==4.8.0
Unidecode==1.3.7
uritemplate==4.1.1
urllib3==2.0.5
urllib3==2.0.7
watchdog==3.0.0
whitenoise==6.6.0

0 comments on commit ffc8dc2

Please sign in to comment.