Skip to content

Commit

Permalink
Bump werkzeug from 2.2.2 to 2.2.3 (#178)
Browse files Browse the repository at this point in the history
* Bump werkzeug from 2.2.2 to 2.2.3

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

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

* update poetry and node

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rmccar <[email protected]>
Co-authored-by: Richard McCarthy <[email protected]>
Co-authored-by: Mebin Abraham <[email protected]>
  • Loading branch information
4 people authored Mar 20, 2023
1 parent 4110a23 commit 821d426
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 400 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.1
version: 1.3.2
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/.virtualenvs
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.1
version: 1.3.2
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/.virtualenvs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN pip install "poetry==1.2.1"
RUN pip install "poetry==1.3.2"
RUN poetry config virtualenvs.create false

RUN mkdir -p /usr/src/
Expand Down
Loading

0 comments on commit 821d426

Please sign in to comment.