Skip to content

Commit

Permalink
Merge branch '3.0' of https://github.com/rapydo/do into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdantonio committed Apr 7, 2024
2 parents a62446f + d05ef15 commit f505e3e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
4 changes: 2 additions & 2 deletions controller/builds/angular-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN groupmod -og $CURRENT_GID node && usermod -u $CURRENT_UID node

# used by print_versions
ENV ANGULAR_VERSION 15.2.10
ENV ANGULAR_VERSION 15.2.11
ENV NODE_PATH /opt/node_modules
ENV CYPRESS_PATH /usr/local/Cypress
ENV CYPRESS_VERSION 13.7.1
ENV CYPRESS_VERSION 13.7.2
ENV CYPRESS_RUN_BINARY=${CYPRESS_PATH}/${CYPRESS_VERSION}/Cypress/Cypress

# Install Chrome
Expand Down
2 changes: 1 addition & 1 deletion controller/builds/angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN groupmod -og $CURRENT_GID node && usermod -u $CURRENT_UID node

ENV NODE_PATH /opt/node_modules
# used by print_versions
ENV ANGULAR_VERSION 15.2.10
ENV ANGULAR_VERSION 15.2.11

RUN npm install -g npm yarn @angular/cli@${ANGULAR_VERSION} ts-json-schema-generator@1.5.0 sitemap-generator-cli@7.5.0 --force

Expand Down
2 changes: 1 addition & 1 deletion controller/builds/neo4j/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neo4j:4.4.31
FROM neo4j:4.4.32

ARG CURRENT_UID
RUN test -n "$CURRENT_UID"
Expand Down
2 changes: 1 addition & 1 deletion controller/builds/rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rabbitmq:3.13.0-management
FROM rabbitmq:3.13.1-management

RUN apt-get update -qq \
&& apt-get dist-upgrade --yes -qq \
Expand Down
2 changes: 1 addition & 1 deletion controller/builds/swaggerui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swaggerapi/swagger-ui:v5.12.0
FROM swaggerapi/swagger-ui:v5.12.3

RUN apk update --no-cache && apk upgrade --no-cache

Expand Down
4 changes: 2 additions & 2 deletions pre-commit-projects-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: forbid-html-img-without-alt-text
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -28,7 +28,7 @@ repos:
- flake8-bugbear==22.12.6

- repo: https://github.com/gitguardian/gg-shield
rev: v1.25.0
rev: v1.26.0
hooks:
- id: ggshield
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.1.1
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-sugar==1.0.0
pytest-timeout==2.3.1
freezegun==1.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jinja2
sultan==0.9.1
plumbum
glom
GitPython==3.1.42
GitPython==3.1.43
PyYAML==6.0.1
pydantic==1.10.14
pydantic==1.10.15
pip==24.0
setuptools==69.2.0
wheel==0.43.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ html5lib==1.1
types-PyYAML==6.0.12.20240311
types-python-dateutil==2.9.0.20240316
types-pytz==2024.1.0.20240203
types-requests==2.31.0.20240311
types-requests==2.31.0.20240403
types-freezegun==1.1.10

0 comments on commit f505e3e

Please sign in to comment.