Skip to content

Commit

Permalink
Bump cryptography from 41.0.4 to 41.0.6 in /src (#261)
Browse files Browse the repository at this point in the history
* Bump cryptography from 41.0.4 to 41.0.6 in /src

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]>

* Bump aiohttp from 3.8.5 to 3.9.0 in /src (#260)

* Bump aiohttp from 3.8.5 to 3.9.0 in /src

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.0.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.5...v3.9.0)

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

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

* update requirements-dev.in

---------

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

* Bump cryptography from 41.0.4 to 41.0.6 in /src

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]>

* Bump cryptography version in requirements.in

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Nov 30, 2023
1 parent 4df53cb commit 159d1b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.2.1
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.6
# via -r requirements.txt
defusedxml==0.7.1
# via
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography>=41.0.4
cryptography>=41.0.6
django>=3.2.23, <4.0
djangorestframework>=3.0, <4.0
django-session-timeout>=0.1, <1.0
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coreschema==0.0.4
# via
# coreapi
# drf-yasg
cryptography==41.0.4
cryptography==41.0.6
# via -r requirements.in
defusedxml==0.7.1
# via its-preselector
Expand Down

0 comments on commit 159d1b0

Please sign in to comment.