Skip to content

Commit

Permalink
Update runner and version of psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Aug 23, 2024
1 parent 1bcee36 commit 3b33357
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 3 additions & 0 deletions deploy/deploy-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
- curl
- gnupg
- lsb-release
- libpq-dev
- python3.10
- python3.10-dev
- name: Add Docker's official GPG key
ansible.builtin.apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
Expand Down
2 changes: 1 addition & 1 deletion requirements/base/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pdfid
social-auth-app-django

# Postgres
psycopg2-binary
psycopg2-binary==2.9.9


# Wagtail
Expand Down
2 changes: 1 addition & 1 deletion requirements/base/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ phonenumberslite==8.12.18
# via -r requirements/base/base.in
pillow==9.3.0
# via wagtail
psycopg2-binary==2.8.6
psycopg2-binary==2.9.9
# via -r requirements/base/base.in
pycparser==2.20
# via cffi
Expand Down
14 changes: 5 additions & 9 deletions requirements/dev/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ anyascii==0.1.7
anyio==3.7.1
# via jupyter-server
appnope==0.1.4
# via -r requirements/dev/dev.in
# via
# -r requirements/dev/dev.in
# ipykernel
argon2-cffi==23.1.0
# via
# jupyter-server
Expand Down Expand Up @@ -186,7 +188,6 @@ idna==2.10
# via
# -c requirements/dev/../base/base.txt
# anyio
# httpx
# requests
importlib-metadata==7.1.0
# via -r requirements/dev/dev.in
Expand All @@ -202,7 +203,6 @@ invoke-kubesae==0.1.0
# via -r requirements/dev/dev.in
ipykernel==6.29.4
# via
# jupyterlab
# nbclassic
# notebook
ipython==8.24.0
Expand Down Expand Up @@ -328,9 +328,7 @@ nodeenv==1.8.0
notebook==6.5.7
# via jupyterlab
notebook-shim==0.2.4
# via
# jupyterlab
# nbclassic
# via nbclassic
oauthlib==3.1.0
# via
# -c requirements/dev/../base/base.txt
Expand Down Expand Up @@ -505,9 +503,7 @@ six==1.15.0
# openshift
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
soupsieve==2.2
# via
# -c requirements/dev/../base/base.txt
Expand Down

0 comments on commit 3b33357

Please sign in to comment.