Skip to content

Commit

Permalink
chore: update python deps (#96)
Browse files Browse the repository at this point in the history
* chore: update python deps

* chore: fix flask version

* chore: update ci deps
  • Loading branch information
mat-rumian authored Jul 29, 2024
1 parent d67cbc3 commit 6c372d3
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-clicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify changes in python-the-coffee-bar-apps directory
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v44
id: verify-if-files-changed
with:
files: applications/js-the-coffee-bar-ui-clicker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-dotnet-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify changes in python-the-coffee-bar-apps directory
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v44
id: verify-if-files-changed
with:
files: applications/dotnet-core-the-coffee-bar-app
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify changes in python-the-coffee-bar-apps directory
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v44
id: verify-if-files-changed
with:
files: applications/the-coffee-bar-frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-python-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify changes in python-the-coffee-bar-apps directory
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v44
id: verify-if-files-changed
with:
files: applications/python-the-coffee-bar-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-ruby-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify changes in python-the-coffee-bar-apps directory
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v44
id: verify-if-files-changed
with:
files: applications/ruby-the-coffee-bar-apps
Expand Down
2 changes: 1 addition & 1 deletion applications/python-the-coffee-bar-apps/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_TAG = pythonAppsv0.3.2-ot1.23.0-0.44b0
BASE_TAG = pythonAppsv0.3.2-ot1.26.0-0.47b0

ifndef GITHUB_HEAD_REF
TAG = $(BASE_TAG)
Expand Down
24 changes: 12 additions & 12 deletions applications/python-the-coffee-bar-apps/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ verify_ssl = true
[packages]
APScheduler = "3.10.4"
cron-descriptor = "1.4.3"
Flask = "3.0.2"
flask-cors = "4.0.0"
opentelemetry-distro = "0.44b0"
Flask = "3.0.3"
flask-cors = "4.0.1"
opentelemetry-distro = "0.47b0"
opentelemetry-exporter-jaeger = "1.21.0"
opentelemetry-exporter-otlp-proto-http = "1.23.0"
opentelemetry-exporter-zipkin = "1.23.0"
opentelemetry-instrumentation = "0.44b0"
opentelemetry-sdk = "1.23.0"
opentelemetry-exporter-otlp-proto-http = "1.26.0"
opentelemetry-exporter-zipkin = "1.26.0"
opentelemetry-instrumentation = "0.47b0"
opentelemetry-sdk = "1.26.0"
opentelemetry-propagator-aws-xray = "1.0.1"
opentelemetry-propagator-b3 = "1.23.0"
opentelemetry-util-http = "0.44b0"
paste = "3.7.1"
opentelemetry-propagator-b3 = "1.26.0"
opentelemetry-util-http = "0.47b0"
paste = "3.10.1"
psycopg2 = "2.9.9"
pyjson5 = "1.6.6"
requests = "2.31.0"
requests = "2.32.3"
statsd = "4.0.1"
tcconfig = "0.28.0"
tcconfig = "0.29.1"
waitress = "3.0.0"
the-coffee-bar = {path = "."}

Expand Down
24 changes: 12 additions & 12 deletions applications/python-the-coffee-bar-apps/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@

install_requires=['APScheduler==3.10.4',
'cron-descriptor==1.4.3',
'Flask==3.0.2',
'flask-cors==4.0.0',
'opentelemetry-distro==0.44b0',
'Flask==3.0.3',
'flask-cors==4.0.1',
'opentelemetry-distro==0.47b0',
'opentelemetry-exporter-jaeger==1.21.0',
'opentelemetry-exporter-otlp-proto-http==1.23.0',
'opentelemetry-exporter-zipkin==1.23.0',
'opentelemetry-instrumentation==0.44b0',
'opentelemetry-sdk==1.23.0',
'opentelemetry-exporter-otlp-proto-http==1.26.0',
'opentelemetry-exporter-zipkin==1.26.0',
'opentelemetry-instrumentation==0.47b0',
'opentelemetry-sdk==1.26.0',
'opentelemetry-propagator-aws-xray==1.0.1',
'opentelemetry-propagator-b3==1.23.0',
'opentelemetry-util-http==0.44b0',
'paste==3.7.1',
'opentelemetry-propagator-b3==1.26.0',
'opentelemetry-util-http==0.47b0',
'paste==3.10.1',
'psycopg2==2.9.9',
'pyjson5==1.6.6',
'requests==2.31.0',
'requests==2.32.3',
'statsd==4.0.1',
'tcconfig==0.28.0',
'tcconfig==0.29.1',
'waitress==3.0.0',
],
data_files=[],
Expand Down

0 comments on commit 6c372d3

Please sign in to comment.