Skip to content

Commit

Permalink
Airflow: bumps statsd (#88)
Browse files Browse the repository at this point in the history
* Bump fastparquet from 2024.2.0 to 2024.5.0 in /requirements (#84)

Bumps [fastparquet](https://github.com/dask/fastparquet) from 2024.2.0 to 2024.5.0.
- [Commits](dask/fastparquet@2024.2.0...2024.5.0)

---
updated-dependencies:
- dependency-name: fastparquet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sentry-sdk from 2.0.1 to 2.3.1 in /requirements (#87)

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.3.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.0.1...2.3.1)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump coverage from 7.5.1 to 7.5.2 in /requirements (#86)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.1...7.5.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pre-commit from 3.7.0 to 3.7.1 in /requirements (#85)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update airflow_requirements.txt

* Update airflow_requirements.txt

* Update airflow_requirements.txt

* Update airflow_requirements.txt

* Update airflow_requirements.txt

* Update Dockerfile_airflow

* Update Dockerfile_airflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bralbral and dependabot[bot] authored May 29, 2024
1 parent a752ec3 commit cbe96fa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
8 changes: 7 additions & 1 deletion dockerfiles/Dockerfile_airflow
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ RUN apt-get update \
curl \
unixodbc-dev \
libgssapi-krb5-2 \
pkg-config \
build-essential \
libmysqlclient-dev \
libxml2-dev \
libxmlsec1-dev \
libxmlsec1-openssl \
&& curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc \
&& curl https://packages.microsoft.com/config/debian/12/prod.list | tee /etc/apt/sources.list.d/mssql-release.list \
&& apt-get update \
Expand All @@ -20,4 +26,4 @@ USER airflow
WORKDIR /opt/airflow

COPY ./requirements.txt .
RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
16 changes: 16 additions & 0 deletions requirements/airflow_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@ apache-airflow-providers-postgres==5.11.0
apache-airflow-providers-celery==3.7.0
apache-airflow-providers-microsoft-mssql==3.7.0
apache-airflow-providers-common-sql==1.13.0
apache-airflow-providers-common-io==1.3.1
apache-airflow-providers-grpc==3.5.0
apache-airflow-providers-hashicorp==3.7.0
apache-airflow-providers-sqlite==3.8.0
apache-airflow-providers-smtp==1.7.0
apache-airflow-providers-samba==4.7.0
apache-airflow-providers-amazon==8.21.0
apache-airflow-providers-imap==3.6.0
apache-airflow-providers-http==4.11.0
apache-airflow-providers-redis==3.7.0
apache-airflow-providers-sftp==4.10.0
apache-airflow-providers-jdbc==4.3.0
apache-airflow-providers-mongo==4.1.0
apache-airflow-providers-odbc==4.6.0
apache-airflow-providers-elasticsearch==5.4.0
apache-airflow-providers-mysql==5.6.0
apache-airflow-providers-redis==3.7.0
apache-airflow-providers-ssh==3.11.0
apache-airflow-providers-apache-spark==4.8.0
Expand Down Expand Up @@ -52,6 +67,7 @@ pytzdata==2020.1
PyYAML==6.0.1
docker==7.0.0
requests==2.32.0
statsd==4.0.1
# develop
pre-commit==3.7.1
black==24.4.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/fastapi_ml_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ru_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/ru
# accuracy-en
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.0/en_core_web_lg-3.7.0-py3-none-any.whl
# develop
pre-commit==3.7.0
pre-commit==3.7.1
black==24.4.2
autoflake==2.3.1
reorder-python-imports==3.12.0
Expand All @@ -41,6 +41,6 @@ pytest==8.2.0
pytest-mock==3.14.0
pytest-asyncio==0.23.6
# coverage report
coverage==7.5.1
coverage==7.5.2
pytest-cov==5.0.0
coverage-badge==1.1.1

0 comments on commit cbe96fa

Please sign in to comment.