Skip to content

Commit

Permalink
Merge pull request #131 from TransparentPath/dependabot/pip/requireme…
Browse files Browse the repository at this point in the history
…nts/pip-security-group-a44f67f13b

Bump the pip group group in /requirements with 6 updates
  • Loading branch information
Greg Lind authored Mar 26, 2024
2 parents 352d71f + 61e2651 commit 95b09ff
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# name: Build and Push to Development
name: Build and Push to Development

# on:
# push:
# branches:
# - dev
on:
push:
branches:
- dev

# jobs:
# build:
# name: Build and Push to GCR
# runs-on: ubuntu-latest
# env:
# IMAGE_NAME: gcr.io/dev-buildly/transparent-path/buildly-core
# steps:
# - uses: actions/checkout@v2
jobs:
build:
name: Build and Push to GCR
runs-on: ubuntu-latest
env:
IMAGE_NAME: gcr.io/dev-buildly/transparent-path/buildly-core
steps:
- uses: actions/checkout@v2

# - name: Docker login
# uses: docker/login-action@v1
# with:
# registry: gcr.io
# username: _json_key
# password: ${{ secrets.DEV_GCR_JSON_KEY }}
- name: Docker login
uses: docker/login-action@v1
with:
registry: gcr.io
username: _json_key
password: ${{ secrets.DEV_GCR_JSON_KEY }}

# - name: Build docker image
# run: docker build -t $IMAGE_NAME:latest .
- name: Build docker image
run: docker build -t $IMAGE_NAME:latest .

# - name: Push to Google Container Registry
# run: docker push $IMAGE_NAME:latest
- name: Push to Google Container Registry
run: docker push $IMAGE_NAME:latest
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Django==2.2.10
django-filter==2.2.0
Django==3.2.24
django-filter==2.4.0
jsonschema==3.2.0
django-health-check==3.6.1
git+https://github.com/buildlyio/[email protected]#egg=django-oauth-toolkit-jwt
djangorestframework==3.9.4
djangorestframework==3.11.2
psycopg2-binary==2.8.6
social-auth-app-django==3.1.0
django-oauth-toolkit==1.3.0
Expand All @@ -12,6 +12,6 @@ django-cors-headers==2.5.3
pyswagger==0.8.39
bravado-core==5.13.1
drf-yasg==1.10.2
requests==2.25.0
aiohttp==3.5.4
django-auth-ldap==2.1.0
requests==2.31.0
aiohttp==3.8.6
django-auth-ldap==2.1.0
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r ci.txt

factory_boy==2.12.0
ipython==7.2.0
ipython==8.10.0
ipdb==0.12.2

0 comments on commit 95b09ff

Please sign in to comment.