Skip to content

Commit 08eff88

Browse files
committed
[R] Upgrade dependencies 2024-01-08 (#5831, PR #5855)
2 parents 2372c55 + 31f2b23 commit 08eff88

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

environment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ def env() -> Mapping[str, Optional[str]]:
241241

242242
# The tag of the Elasticsearch image that we use to run test cases.
243243
#
244-
'azul_docker_elasticsearch_version': '7.17.16-8',
244+
'azul_docker_elasticsearch_version': '7.17.16-9',
245245

246246
# The tag of the PyCharm image that we use to format the source code in
247247
# continuous integration. We specify it here instead of directly in the
248248
# Makefile so that a change to the version does not require updating
249249
# requirements.
250250
#
251-
'azul_docker_pycharm_version': '2023.3.2-8',
251+
'azul_docker_pycharm_version': '2023.3.2-10',
252252

253253
# The version of Terraform used throughout the system. This variable is
254254
# defined in the bootstrap environment (environment.boot) because it is

requirements.all.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blinker==1.7.0
1010
boto3==1.28.63
1111
boto3-stubs==1.28.63
1212
botocore==1.31.63
13-
botocore-stubs==1.34.17
13+
botocore-stubs==1.34.21
1414
brotli==1.1.0
1515
cachetools==5.3.2
1616
certifi==2023.11.17
@@ -38,7 +38,7 @@ furl==2.1.3
3838
gevent==23.9.1
3939
geventhttpclient==2.0.11
4040
gitdb==4.0.11
41-
gitpython==3.1.37
41+
gitpython==3.1.41
4242
google-api-core==2.12.0
4343
google-api-python-client==2.103.0
4444
google-auth==2.23.3

requirements.dev.trans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blessed==1.20.0
22
blinker==1.7.0
3-
botocore-stubs==1.34.17
3+
botocore-stubs==1.34.21
44
brotli==1.1.0
55
click==8.1.7
66
colorama==0.4.4

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage==6.5.0
55
docker==6.1.2
66
flake8==5.0.4
77
gevent==23.9.1
8-
gitpython==3.1.37
8+
gitpython==3.1.41
99
google-api-python-client==2.103.0
1010
google-cloud-storage==2.12.0
1111
google-cloud-bigquery-reservation==1.11.3

src/azul/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,9 +1486,9 @@ def docker_images(self) -> dict[str, str]:
14861486
bigquery_emulator='ghcr.io/goccy/bigquery-emulator:0.4.4',
14871487
# Updating any of the four images below additionally requires
14881488
# redeploying the `gitlab` TF component.
1489-
clamav='docker.io/clamav/clamav:1.2.1-24',
1490-
gitlab='docker.io/gitlab/gitlab-ce:16.6.2-ce.0',
1491-
gitlab_runner='docker.io/gitlab/gitlab-runner:ubuntu-v16.6.2',
1489+
clamav='docker.io/clamav/clamav:1.2.1-26',
1490+
gitlab='docker.io/gitlab/gitlab-ce:16.7.3-ce.0',
1491+
gitlab_runner='docker.io/gitlab/gitlab-runner:ubuntu-v16.7.0',
14921492
dind=f'docker.io/library/docker:{self.docker_version}-dind',
14931493
# The images below are not used within the security boundary:
14941494
signing_proxy='docker.io/cllunsford/aws-signing-proxy:0.2.2',

0 commit comments

Comments
 (0)