Skip to content

Commit

Permalink
Bump connexion from 2.7.0 to 2.9.0 in /server (#140)
Browse files Browse the repository at this point in the history
* Bump connexion from 2.7.0 to 2.9.0 in /server

Bumps [connexion](https://github.com/zalando/connexion) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/zalando/connexion/releases)
- [Commits](spec-first/connexion@2.7.0...2.9.0)

---
updated-dependencies:
- dependency-name: connexion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python from 3.9.5-slim-buster to 3.9.6-slim-buster in /server (#135)

Bumps python from 3.9.5-slim-buster to 3.9.6-slim-buster.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump psycopg2-binary from 2.8.6 to 2.9.1 in /server (#136)

Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.1.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2-binary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump requests from 2.25.1 to 2.26.0 in /server (#141)

Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Boyle <connor.bo@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Boyle <connor.bo@gmail.com>
  • Loading branch information
dependabot[bot] and boyleconnor authored Aug 17, 2021
1 parent 1dbbb57 commit 3b4aa11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.5-slim-buster
FROM python:3.9.6-slim-buster

ENV APP_DIR=/opt/app

Expand Down
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
connexion==2.7.0
connexion==2.9.0
mongoengine==0.23.1
nlpsandbox-client==4.1.1
psycopg2-binary==2.8.6
requests==2.25.1
psycopg2-binary==2.9.1
requests==2.26.0
swagger-ui-bundle==0.0.8

0 comments on commit 3b4aa11

Please sign in to comment.